0

I'm going crazy to use this file upload. I want to upload a file with the ability to upload up to 4 photos. once loaded I should return the name of the photo. how do I set it up? http://blueimp.github.io/jQuery-File-Upload/

1 Answer 1

1

You should be able to set it up by including all required files and by running the following code:
$('#INPUT_ID').fileupload('option', { url: 'URL_HERE', maxFileSize: 5000000, acceptFileTypes: /(\.|\/)(gif|jpe?g|png)$/i }); There are more options and methods for more functionality

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.