I'm trying to clear the filename from fileupload control after file upload. I have a scenario to upload multiple files without refreshing the page.
Kindly please help how to clear upload control?
Thanks maria for your quick response.
May i know how do i clear the filename from uploadcontrol using client action? See attachment.
Hi Jim,
you just have to define the filename reset logic within the Upload widget OnChange handler action flow
see this sample app-UploadWidget
Refer the attached .oml file
Hope this helps you!
Kind regards,
Benjth Sam
Dear Benjith,
Thanks a lot for your Support. It worked fine.
Just erase the content from the variable you are using to hold the file name. Remember to completely process the uploaded file before to do that
Regards
Graça