innostudio / fileuploader

Beautiful and powerful HTML file uploading tool. A jQuery, PHP and Node.js plugin that transforms the standard input into a revolutionary and fancy field on your page.
141 stars 25 forks source link

fileMaxSize options #75

Open jonitopsg opened 2 years ago

jonitopsg commented 2 years ago

Hi,

Your option 'fileMaxSize' is MB.

There is a possibility to define the option under 1MB?

Thank you.

onesideat commented 2 years ago

@jonitopsg did you try using 0.5?

jonitopsg commented 2 years ago

Hi @onesideat.

Thank you for your reply but it's not working.

I tested like this: fileMaxSize: 0.5 and like this fileMaxSize: '0.5' but when I load a file bigger or smaller than the allowed size it always shows me the error message.