1
HFS ~ HTTP File Server / Re: File Mask : Reject forbidden extension before fully uploading the file
« on: June 21, 2017, 05:08:53 AM »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.