Hi,
I've just noticed this (maybe it was said before):
When you define allowable extensions for the file upload, you have to include both lowercase and uppercase, which is not obvious.
For example, I allowed jpg|gif, but some people were sending files that were file.JPG (instead of file.jpg) and the form rejected those.
No big deal, I added the variants, but this should be considered in future updates.
Regards,
Pierr Ayotte
I've just noticed this (maybe it was said before):
When you define allowable extensions for the file upload, you have to include both lowercase and uppercase, which is not obvious.
For example, I allowed jpg|gif, but some people were sending files that were file.JPG (instead of file.jpg) and the form rejected those.
No big deal, I added the variants, but this should be considered in future updates.
Regards,
Pierr Ayotte
Hi Pierr,
Good thought, this can be easily picked up with a couple of strtolower() calls in the code.
Bob
Good thought, this can be easily picked up with a couple of strtolower() calls in the code.
Bob
Thanks Pierr!
Max
Max
This topic is locked and no more replies can be posted.