Hi for security, how can I limit, the file upload to only a specific folder. Right now if the user edits the string, its showing other folders (not very secure).
Here is a suggestion to configure the upload handler to read-only, but when I did but that, it broke the web application, how do I fix this.
<location path="upload">
<system.webServer>
<handlers accessPolicy="Read" />
</system.webServer>
</location>
Do I need to configure the upload handler to a specific Syncfusion handler,
What handlers do you have and which ones should I use
thanks