When i using a type: ‘upload’, Can i get the uploaded file name using dhtmlXForm method? - using onUploadComplete() or onUploadFile() event, I can save the file name internally, but I hope to reduce functions in script file
type: ‘upload’ works async. with other form element. So, When send input data using button onClickEvent() I hope to set files names into hidden type and send together.
Thanks in advance.
Mark.