01-21-2026, 05:09 AM
I don't think there is.
The file uploader is based on the native (user) file selection in the browser that occurs after a direct user action (e.g. a mouse click).
You can't upload any file to the server. Only the files that the user explicitly tells the browser that can be uploaded. The security implications here are obvious.
What's exactly your requirement?
The file uploader is based on the native (user) file selection in the browser that occurs after a direct user action (e.g. a mouse click).
You can't upload any file to the server. Only the files that the user explicitly tells the browser that can be uploaded. The security implications here are obvious.
What's exactly your requirement?

