rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - zeehere

Pages: 1
1
alternativ add attribute accept to input type='file' in [box upload], e.g. accept='video/*'
Thanks for the tip. I tried this, but it does not seem to work.
<input type='file' accept='.xls,.xlsx' />
It can still accept any file.

2
Hi,
Using file masks, the uploaded file is checked after it gets fully uploaded. That wastes sometime and bandwidth. (for example uploading a 1GB file and getting rejected after upload)
Is there any way we can reject the forbidden extension file even before the file gets fully uploaded?
PS: I already clearly mentioned allowed file types, but its for those few users who don't read the instructions fully. :)

Pages: 1