cubiclesoft / jquery-fancyfileuploader

A jQuery plugin to convert the HTML file input type into a fancy file uploader under a MIT or LGPL license. Mobile-friendly too!
59 stars 27 forks source link

messages translation #9

Closed asadghazanfary closed 4 years ago

asadghazanfary commented 4 years ago

hi

how can translate plugin messages to persian language?

please show me with sample

asadghazanfary commented 4 years ago

I have another question:

How can we restrict a user who is not allowed to upload just one more file?

Thanks for answering my questions

cubiclesoft commented 4 years ago

Added instructions for creating a translation to the README.

I don't understand the other question. If you are asking how to limit to uploading a single file, that's more of a UI decision. The plugin, by default, uploads each file one at a time. So you can just overwrite what is on the server if you receive another file.