0
votes
0answers
20 views

Uploadifive - passing formData to server on how many photos were uploaded successfully

I'm using Uploadifive,... Can anyone help please. How can I pass number of files (photos) uploaded to a server on onQueueComplete function (I'm calling second function thru ajax call). Thanks in ...
0
votes
1answer
16 views

production server fails to upload wide images

This is the situation: I'm building a symfony2 web site, and I'm using the (excellent) vx/js-upload-bundle bundle in order to integrate blueimp's jQuery-File-Upload component. On my computer (of ...
1
vote
2answers
684 views

Jquery File Upload - How to limit number of files uploaded

I am trying out Jquery File Upload from blueimp. The documentation says I should be able to limit the number of files to be uploaded with the maxNumberOfFiles setting. However, that doesn't seem to ...
1
vote
1answer
388 views

JQuery File Upload Custom Path Problems

I am using JQuery File Upload plugin to make add the possibility to upload files to my website. The upload script is in a page like "index.php?cartella_id=x" (x is a number that indicated a album ...
2
votes
2answers
177 views

Multiple upload requests to the same GCS/blobstore URL

I'm building a GAE photo app that allows uploading of multiple photos at once to the server. I am uploading to GCS, and also using a jquery library ...
0
votes
1answer
155 views

How do I upload multiple images to 1 record directly to s3?

I have a Product model and for each record created, I want multiple images associated with that record (say 3 - 10). Each image should have multiple sizes (say 3 different sizes). I checked out ...