Jaxel
Well-known member
I made an addon... it has an upload form. My server only allows files up to a certain size.
If the user uploads a file larger than the max server size, the form returns the following error:
Then of course, in the browser console, it dumps the entire content of a page... hidden somewhere in that is:
How do we check file sizes on ajax upload forms?
If the user uploads a file larger than the max server size, the form returns the following error:
Oops! We ran into some problems. Please try again later. More error details may be in the browser console.
Then of course, in the browser console, it dumps the entire content of a page... hidden somewhere in that is:
Security error occurred. Please press back, refresh the page, and try again.
How do we check file sizes on ajax upload forms?