Hello,
I have developed an application in web Dynpro which has an FileUpload UI element.
I want when the user clicks on the browse button for selecting any file to the uploaded, the file type in the pop up window is "All Files" by default.
I want it to be only "XML Type" by default such that the user is prevented from selecting any other file.
I have tried setting the mimetype but it is not working.
Kindly help me with this as its very urgent
Thanking You,
Vishal Doshi.
Hi All,
This is very urgent ...Please help.
You already have an active moderator alert for this content.
Hello vishal,
As far as I know it is not possible to filter by file type as you would like to.
If you want to avoid uploading other kind of files, you should check file extension before uploading or file content on server side.
Regards.
Add comment