I want to upload more than 5 photos in one step. I think 20 photos is good for me.
Where can I do this, where in the script must I change this?
thank
I want to upload more than 5 photos in one step. I think 20 photos is good for me. Where can I do this, where in the script must I change this? thank |
You dont have to edit the script. When you go to the photos upload page, choose Regular under the uploader options. Just click the green + button next to the field as many times as you want. I would definitely consider limiting it to about 15 maybe 20. Nothing to see here |
http://www.boonex.com/unity/forums/topic/Uploading-Multiple-Files-At-Once.htm Your answer is in the topic replies. Of course, this is only for the Flash uploader. As Zarcon said, the regular uploader allows for the choice of uploading multiple files, albeit manually. BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin |
I bought this... http://www.boonex.com/unity/extensions/entry/Java_Photo_Uploader Works like champ... |
I set mine to 15 for the flash uploader. That works best for me but my site is very photo oriented. One thing. If you set the flash to accept 15 photos, smart users will figure out that they can actually do 30 at a time. You start 15, then once they are working, you can reopen the folder and select another 15. I don't know if you could call that a bug but it's a back door function of the scripting. http://towtalk.net ... Hosted by Zarconia.net! |
Here you find the answer to my question: THANKS TO YOU !!! http://www.boonex.com/unity/forums/topic/Uploading-Multiple-Files-At-Once.htm Open file: /templates/base/swf_upload_integration.html Change: file_upload_limit : "__file_upload_limit__", To: file_upload_limit : "50", Clear templates cache. That's all. |