Hi All,
I have the following Problem, I'm using HTML5 Upload field with a max fileupload in a form.
If the file is to big, the customer gets a error message, that far everything is working fine, if the customer is then uploading a new file which is smaller, it looks all fine for the customer. But in the background somehow the first file (which is to big) is still there.
What do I have to do that this file is automatically deleted from where ever the file is, so I only receive the correct file?
Thank you