Uploadify Limit Number Of Files

  • The maximum number of files that can be in the queue at one time. This does not limit the number of files that can be uploaded. To limit the number of files that can be uploaded, use uploadLimit.
  • Gdemaderios erstellte das Thema File Upload - Can you limit the number of files? I've searched and can't find my answer. I have a client that has Breezing forms 1.7.5 Stable (build 752) installed.
  • Swfupload limit the number of uploaded files. Ask Question. Up vote 1 down vote favorite. You can either dismiss all the already uploaded files by resetting the file_upload_limit to 10 (or any other value) each time or persist the state of the uploader in the session. – nakhli May 2 '14 at 7:33.

Uploadify - limit to single file upload. Is there a way to limit the upload to 1 file in uploadify? I can't see anything in the docs? I have the max file size bit sorted but can't find a way to limit it to only allow one file selection.

Limit Number Of Files In A Directory

Active8 years, 1 month ago
Uploadify

Is there anyway to limit the number of uploaded files in swfupload ? If there is no such setting in swfupload how can I check that number ?

Thanks

brsbilgicbrsbilgic

Uploadify Limit Number Of Files

4,6348 gold badges51 silver badges82 bronze badges

1 Answer

You can restrict the number of uploaded files using 'file_upload_limit' property in the setting object. eg:

You can use setFileUploadLimit(file_upload_limit) method to dynamically modify this setting.

nakhlinakhli

Dailyrollingfileappender Limit Number Of Files

2,7905 gold badges32 silver badges56 bronze badges
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.

Not the answer you're looking for? Browse other questions tagged limitswfupload or ask your own question.

Active6 years, 10 months ago

Is it possible to prevent uploadify from uploading multiple files asynchronously? Ideally, I would like it to have auto set to true, and it works from the first file to the last one by one.

I am running into an issue where I am storing files in the Sitecore media library and it is creating duplicate paths to the files instead of putting both the files under one path.

I've tried adding 'async': false to the config I pass into the call to uploadify, but no dice there (didn't expect that to work).

I've look on the uploadify forum and there doesn't appear to be an answer there. Any help or ideas would be appreciated.

SamSam

1 Answer

So although I could not find a way to make it not upload asynchronously, I did find that you can limit the number of files uploadify can upload simultaneously using this setting: simUploadLimit. So all I did was set that to one, and that resolved my issue.

SamSam
Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.
Uploadify Limit Number Of Files

Not the answer you're looking for? Browse other questions tagged uploadify or ask your own question.