I'm trying to upload a file using file upload widget and did some research, recently found out that the button's method should be on "Submit" not on "Ajax Submit" is there a way for me to still gather the Content from the file upload widget while using Ajax submit as method, my UI relies heavily on Ajax refreshes.
Hi Wilbye,
If the method of the button is "Submit", anyway it is going to refresh the whole screen, there is no need to do the Ajax refresh.
Kindly mention if anything else.
Thank you.
Hi @Wilbye Descalsota ,
Please follow the link
Upload file with ajax submit | OutSystems
You can use widgetClick action if you want to refresh something after the upload
Kind Regards,