CodeCanyon

Ajax Multi Upload

  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 1 and 9 items
  • United Kingdom
theghost24 says
Purchased

Please ignore my last post .. all fixed.. Error on my part

Posted 2 months ago
Author
QuanticaLabs QuanticaLabs replied

Ok, I’m glad to hear that! Please rate my item in your Downloads section. Thank you in advance!

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
dylanrg89 says
Purchased

i am having the HTTP ERROR problem, tried every solution you’ve proposed and nothing has worked. very frustrating.

Posted 2 months ago
Author
QuanticaLabs QuanticaLabs replied

Do you have some error log on your server? Did you try to change move_uploaded_file function to copy function?

Posted 2 months ago
Purchased
Default-user dylanrg89 replied

I tried changing the function, adding the .htaccess file, and have checked all my integration code over and over, it doesn’t work as a standalone either.

ill see if i can find an error log.

Posted 2 months ago
Author
QuanticaLabs QuanticaLabs replied

Please simply change the permissions of the upload directory to 755 or 750.

Posted 2 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
  • Brazil
erickengelhardt says

Hello!

Can I start the upload process from a specific function?

I have to upload a file with some information from a form. Is it possible?

Posted 2 months ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Please take a look at my other item – Image Multi Upload. It can be easy integrated with a form and can upload any type of file (not only images).

Posted 2 months ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Bahrain
Yasser says
Purchased

hi…

i could not find the formProcessorAjax.php after purchase??

thanks

Posted 1 month ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Ajax Multi Upload doesn’t contain that file. This file is provided with my other script – Image Multi Upload.

Posted 1 month ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
retrobot says
Purchased

Hi,

Let me start by saying that I love this script, works like a dream.

However, I need to be able to upload large files, potential up to 50mb. Is this method ok for that, or should I use something like FTP ?

Also If i can use your script (which I am currently trying) what do I need to edit my ‘php.ini’ file to in order to allow large files.

this is my current set up for php.ini (from a get result); post_max_size = 50M post_max_size in bytes = 52428800 memory_limit = 300M file_uploads = 1 upload_max_filesize = 50M max_input_time = 400 seconds max_execution_time = 400 seconds safe_mode = max_file_uploads = 20

I seem to be getting a script timeout after 30 seconds.

Any help would be greatly appreciated.

Thanks, Paul.

Posted 1 month ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Please try to put:

set_time_limit (0);
in line 2 of upload.php file.

Posted 1 month ago
  • Has been a member for 1-2 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 50 and 99 items
  • Australia
SportTipsWorld says
Purchased

ANy chance we could get the FLA file to adapt the button, as I need to restyle it. Or is there a css method ) aside from size, I need to change color of button etc…

Thanks

Posted 28 days ago
Author
QuanticaLabs QuanticaLabs replied

You can change upload button only with custom graphic. Please use button parameter. You can define path to upload button graphic with this parameter.

Posted 26 days ago
  • Has been a member for 1-2 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 50 and 99 items
  • Australia
SportTipsWorld says
Purchased

Why cant I reply to your post… anyhoo thanks for the reply. Do you mean within css ? I was hoping it could be done within myupload.js or similar

Posted 26 days ago
Author
QuanticaLabs QuanticaLabs replied

You need to do that in one of the script parameters. Implementation will look for example like below:

<input id="uploader" path="files/" multi="true" type="file" afterupload="link" button="custom_button.png" />

Posted 24 days ago
  • Has been a member for 1-2 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 50 and 99 items
  • Australia
SportTipsWorld says
Purchased

Brillaint cheers.

Last question.

in myupload.js I wish to append class=”lightbox” to the href.

So I am using this:

$("#uploader" + queueId).html("<div class="cancel"><input class='button_cancel' name='removeFile' fileName='"+fileObj.name.replace("'", "%27")+"' type='button'></div><a class="lightbox" href="" + self.attr("path") + fileObj.name.replace(""><span class="fileName">"+fileObj.name+"</span></a>");

For some reason, when we click the uploaded link, still opening in new window. Any suggestions please. Our lightbox, works off class id’s

Im thinking could be self.attr(“path”) is the issue or just perhaps a js conflict

Posted 21 days ago
  • Has been a member for 1-2 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 50 and 99 items
  • Australia
SportTipsWorld says
Purchased

Ok the above issue, I dont think we can solve. Because we are trying to bind the lightbox event after the lightbox scripts have loaded. Will keep working on that.

Noted in firebug, getting this issue:

checkMoreDownloads is not defined [Break On This Error] setInterval(checkMoreDownloads, 6000);
Posted 21 days ago
  • Has been a member for 1-2 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 50 and 99 items
  • Australia
SportTipsWorld says
Purchased

Argghh I am messing up your comments are. Ignore the above. I am such a knob.

Still have the lightbox issue. If you can help would appreciate it. Seemingly I need to bind the class a href element to our divbox class. I know its beyond your scope.

Thanks

Posted 21 days ago
  • Has been a member for 1-2 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 50 and 99 items
  • Australia
SportTipsWorld says
Purchased

Ok to iterate. We finally got this all working. We use divbox which is a great lightbox script and anyone using that and this great uploader, may want the upload links to open in a lightbox like us. So here is our code, changes made to myupload.js ( thats our file name for it , not sure on original file name ( author gave it )

$("#uploader" + queueId).html("<div class="cancel"><input class='button_cancel' name='removeFile' fileName='"+fileObj.name.replace("'", "%27")+"' type='button'></div><a class="lightbox" title="Uploaded Image success" href="" + self.attr("path") + fileObj.name.replace(""><span class="fileName">"+fileObj.name+"</span></a>"); $('.lightbox').divbox();

Seemingly the issue is binding the divdox lightbox to the upload element after the dom has loaded. This is solved above.

Thankyou

Posted 20 days ago
  • Has been a member for 1-2 years
  • Interviewed on the Envato Notes blog
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 50 and 99 items
  • Australia
SportTipsWorld says
Purchased

One very last question.

We have our input set like so:

<input id="uploader" type="file" path="uploads/" multi="true" afterUpload="link" fileExt="jpg,png,gif" fileDesc="Images (jpg, png, gif)" maxSize="1048576" />

But I can still upload internet shortcuts …

example http://google.com/index.php

Is this safe ?

Posted 19 days ago
Author
QuanticaLabs QuanticaLabs replied

How can you upload the shortcuts? You’ve put (paste) them into “choose file” window?

Posted 17 days ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
silo23 says
Purchased

Hi Keep getting IO Error, please help.

Posted 17 days ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Are you using the script on local server? Please check if your upload folder have write permissions (755 or 775 or 777).

Posted 11 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
iGrapix says
Purchased

How I can insert the uploaded file names path into a MySQL table? send me a sample program.

Posted 9 days ago
Author
QuanticaLabs QuanticaLabs replied

Please read this comment. I’ve wrote there how to insert data into MySql table. Please let me know if you’ll need more help.

Posted 9 days ago

You must sign in or sign up to purchase this item.

$7Regular Licence

$7

Regular Licence a website (commercial, personal, client), or intranet site project - Details

$35Extended Licence

$35

Extended Licence a website template for sale (including on ThemeForest or ActiveDen) - Details

362 Purchases 114 Comments

Buyer Rating
12345 ( 55 ratings )
QuanticaLabs

QuanticaLabs

  • Has been a member for 1-2 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Europe
  • Referred between 10 and 49 users
View Portfolio
Created 14 July 10
Compatible Browsers IE7, IE8, IE9, Firefox 2, Firefox 3, Firefox 4, Safari 4, Safari 5, Opera, Chrome
Software Version PHP 5.x
Files Included JavaScript JS, HTML, CSS, PHP
by
by
by
by
by