Upload Multipart

Hi,
I am using your latest dhtmlx 3.6 pro edition.
Is the upload item in form supports multipart content?

  1. If i use the upload item to upload a file can i set it to FormFile in Action form?

2.Can i hide those 3 buttons (Browse, upload nd clear list) in upload item ? because i want to upload only one file?

Thanks,
Naresh adla

hi

Is the upload item in form supports multipart content?
sorry this not clear

  1. If i use the upload item to upload a file can i set it to FormFile in Action form?
    this is also

2.Can i hide those 3 buttons (Browse, upload nd clear list) in upload item ? because i want to upload only one file?

you can change css a bit:

.dhxform_obj_dhx_skyblue .dhx_file_uploader.dhx_file_uploader_title div.dhx_upload_controls { display: block; } .dhxform_obj_dhx_skyblue .dhx_file_uploader div.dhx_upload_controls { display: none; }

but html5 and flash modes support multiple file selection, js/flash code editing required