CodeCanyon

Ajax Multi Upload

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

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

5 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!

5 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.

5 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?

5 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.

5 months ago
Author
QuanticaLabs QuanticaLabs replied

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

5 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?

5 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).

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

hi…

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

thanks

5 months 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.

5 months 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.

5 months ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Please try to put:

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

5 months 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

4 months 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.

4 months 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

4 months 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" />

4 months 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

4 months 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);
4 months 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

4 months 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

4 months 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 ?

4 months ago
Author
QuanticaLabs QuanticaLabs replied

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

4 months 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.

4 months 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).

4 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
iGrapix says
Purchased

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

4 months 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.

4 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
  • United States
sallendtp says
Purchased

- HTTP Error upload folder has permissions 777

3 months ago
Author
QuanticaLabs QuanticaLabs replied

What version of PHP do you have on your server? PHP4 or PHP5 ? Please also try to put in line 2 in upload.php file below code:

error_reporting(E_ALL & ~E_NOTICE);

3 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
  • United States
sallendtp says
Purchased

PHP 5 .2.17 with Suhosin Patch.

<?php error_reporting(E_ALL & ~E_NOTICE); if($_POST[“action”]==”upload”) {

Generating exact same result. – HTTP Error

3 months ago
Author
QuanticaLabs QuanticaLabs replied

Please try 755 and 775 upload directory permissions.

3 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
  • United States
sallendtp says
Purchased

Still getting HTTP error. Sending you a DM

3 months ago
  • Has been a member for 0-1 years
  • Bought between 10 and 49 items
  • United States
sallendtp says
Purchased

PM sent. Nothing working as proposed.

3 months ago
Author
QuanticaLabs QuanticaLabs replied

Ok, thank you! I’ll check this soon.

3 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
cmen says
Purchased

Hi, I am receiving “HTTP Error” – I have changed all my permissions to 777 and I can’t see any errors in the log files. Please help!

2 months ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Could you send me an url to your installation? I’ll try to check what’s wrong.

2 months ago
by
by
by
by
by