CodeCanyon

Image Multi Upload

  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
movieprodw says
Purchased

I want the water mark at the top left not the bottom right, can you please let me know how to do that.

2 months ago
Author
QuanticaLabs QuanticaLabs replied

Now is only option to set watermark distance from bottom right corner.

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

Is it possible to upload files to a custom user folder? example: /serverPath/uploads/users/6778/Filename.jpg /serverPath/uploads/users/4524/Filename.jpg

It would first need to check to see of the folder exists and then create it if it doesn’t.

Thank you

2 months ago
Author
QuanticaLabs QuanticaLabs replied

Yes it’s possible. But there is no check if the folder exists, you need to add that condition in upload.php file

2 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
movieprodw says
Purchased

I am using a transparent PNG but when your app puts the watermark on it it is not transparent.

Please let me know how to keep the watermark transparent.

Matt

2 months ago
Author
QuanticaLabs QuanticaLabs replied

Yes, you’re right. I’ll try to fix this in next update.

2 months ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
ssiopsis says
Purchased

None of the ‘on complete’ functions seem to be working. We do not get the filename, image, or progress bars after you fire the submit for the uploader.

2 months ago
Author
QuanticaLabs QuanticaLabs replied

Could you send me url to the page where you’ve place uploader? What is your OS and browser?

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

Hi, thanks for this wonderful script. I got it today, spend some time reading documentation and comments and i was able to set it how i wanted.

I just need your help with something, i followed what you wrote on a previous comment and i managed to save the filename in mysql. Now i need to relate that filename to my content id. Is there a way to use something like:

<input class=”IMU” type=”file” contentId=”<?php echo $_GET[‘id’]; ?>”> and then pass that value to upload.php? Tried it but didn’t worked, is there any in-between files i need to send that value first?

Thanks, Tony

2 months ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Yes, you can pass any value to upload.php with data parameter. Example:

<input class="IMU" data="'contentId':'<?php echo $_GET['id'];?>'" />

And then in upload.php you can use $_POST[“contentId”] variable.
2 months ago
  • Has been a member for 0-1 years
curiousyd says

First, Great job on this script!

We bought this under a different account.

We are using Multi thumbnails example with maxSize=”4000000”.

After selecting multiple jpg files and clicking the flash object “Select Files”, it populates all selected jpg file names with their filesizes in different rows with their respective X icons.

1) I would like the jpg filenames with filesizes > maxSize to show in Red color

2) User should be able to click “Submit” button only after the problem file (>maxsize) is removed from queue by clicking on X icon

How can I do this.
2 months ago
Author
QuanticaLabs QuanticaLabs replied

Thank you!
That required additional custom work. I can prepare it for you as freelance job. Please contact me via contact form in my profile if you’re interested.

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

Hi Quantical Labs.

Just grabbed this package, but I’m having an issue with the upload.php file. I want to pass several form values through it. For example, the code below includes: $fileName $targetFile & $ip_address. The first two work because they’re part of your code…where could I include something like: $ip_address=mysql_real_escape_string($_POST['ip_address']); Sorry still new to PHP

if($db = @mysql_connect('localhost','root','skm1vb0c')) { mysql_select_db('image_site', $db); $query = "INSERT INTO test (file_name, target, ip_address) VALUES('" . $fileName . "', '" . $targetFile . "', '" . $ip_address ."')"; mysql_query($query); } else $result["error"] .= "Database error!";
1 month ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
You need to pass ip_address through data parameter. Please check example 9 from live preview and documentation for more.

1 month ago
Purchased
Default-user jefflong88 replied

Thanks for pointing me in the right direction.

I don’t mean to over ask, but I’ve never heard of using a data parameter before. So I’m not sure how to use it. For the sake of me learning would you be able to show me how I would do the following?

Two inputs: user_id, ip_address -> the table: userID and ipaddress

How would I write this in the data parameter format, I’ve tried different combinations, but no luck, I cant get these two to post.

data="'variable1':'value1', 'variable2':'value2', 'formInput':'selector:[name=firstInput]', 'otherInput':'selector:#someId'"

Thanks in advance

1 month ago
Author
QuanticaLabs QuanticaLabs replied

I don’t know where you’re storing that values. If in php variable, then please pass it like this:

data="'user_id':'<?php echo $user_id; ?>','ip_address':'<?php echo $ip_address; ?>'"

Then in upload.php file you’ll be able to use $_POST[“user_id”] and $_POST[“ip_address”] variables.
1 month ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
ASKTHEHOMESEARCH says
Purchased

Hi I have just purchased the uploader demo looked just what i needed. have uploaded the full file and run the provided example page but only get a HTTP Error when the upload bar runs to 100% any idea what is going on? Regards Jonathan

1 month ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Please check if your upload folder have write permissions (755 or 777). Please tell me what version of php are you using? php5?

1 month ago
  • Has been a member for 2-3 years
  • Bought between 100 and 499 items
ASKTHEHOMESEARCH says
Purchased

hi yes files are at 777 and punning php5

1 month ago
Author
QuanticaLabs QuanticaLabs replied

I’ve just replied to your email.

1 month ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
drakoniano says
Purchased

hello, I do not speak English very well, you did a great job but I have a little problem.

as I make a user can mount only 10 photos?

Can you make the button disappear or show an error?

Thanks

1 month ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
I can make this for you as a custom job. Let me know via contact form in my profile if you’re interested.

1 month ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
movieprodw says
Purchased

Hello,

I am using your script and it works great.

My images are high rez when I upload them and I am resizing them to 850px but they are still about a meg in size, is there a quality setting I can reduce to make the images smaller?

Thanks, Matt

1 month ago
Author
QuanticaLabs QuanticaLabs replied

Hello,
You can set the quality in functions.php file in lines 189 and 200.

1 month ago
  • Has been a member for 0-1 years
skalero01 says

I just want to know something to buy this script, i want to put it in a form just like example 5, i’d like that when is clicked the sumbit button it returns me the direccion of the images, i mean, if have this:

<form action=”envio.php”> <input type=”file”... /> </form>

I’d like to recieve the direccions of all the images uploaded in envio.php. Could this be made with your script?

And can i integrate it to any api?, like imgur o flickr to be uploaded there and not in my server?

1 month ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
By direccions you mean image resolution/size? Yes, it’s possible. In envio.php you’ll get images name, so you can get its details, send it to flickr etc.

1 month ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
  • United States
premiersounds says

Hi,

I was wondering if its possible to pass the file name to a MySQL data base with your script. I attempted to read the previous comments but theirs 13 pages lol.

18 days ago
Author
QuanticaLabs QuanticaLabs replied

Hi,
Script using php file to proceed the upload and there is filename available in php variable. So you can use there mysql function to save it in db.

18 days ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Referred between 1 and 9 users
motlive says
Purchased

Ok I do have a problem:

<input class="IMU" type="file" path="images/" multi="true" startOn="onSubmit:form" afterUpload="filename" /><br />
<input class="IMU" type="file" path="images/developer_images/" multi="false" startOn="onSubmit:form" afterUpload="filename" /><br />

I am using the above inside my form, I want to be able to process 2 (and more) different sets of images, but it doesnt submit the 2nd input.

16 days ago
Author
QuanticaLabs QuanticaLabs replied

You need to create 2 separate forms, one for each uploader.

16 days ago
Purchased
motlive motlive replied

Thanks for such a fast response.

I understand what you are saying, and I may be able to do a bit of a dirty hack to get it to achieve what I require.

I am thinking of putting an ajax form inside my main form, then once that has uploaded it will return an input field with the value of the image(s) separated by a ,. Then I can use those input fields as values when I submit the main form. I can get the form to submit but not return the required input field.

I keep getting

<div class="imu_info" id="info" style="display: block; " />

returned, any suggestions?

16 days ago
Author
QuanticaLabs QuanticaLabs replied

Please replace in myupload.js in line 209 fileObj.name with responseJSON.filename.replace('', '%27')

12 days ago
  • Has been a member for 5-6 years
  • Sold between 1 000 and 5 000 dollars
  • Bought between 100 and 499 items
wal_toor says
Purchased

Hello,

This seems a wonderful application, but i noticed that the upload button is a flash file. Can you explain why it is needed to have a flashbutton, and not a standard html button? I’d like to be able to use this upload function on a tabled that has’nt got the flash plugin.

greetz walter

16 days ago
Author
QuanticaLabs QuanticaLabs replied

Hello,
Yes, uploader using flash. Maybe in the future I’ll add html5 support.

13 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jperrett says
Purchased

I passed over a couple other scripts due to lack of response to customer issues in their forums/comments list. I purchased and when I had an issue you were quick to respond as it appears you have been to others who have purchased. Great job & thanks a bunch!

4 days ago
Author
QuanticaLabs QuanticaLabs replied

You’re welcome and thanks for your kind words. If you would like to give a feedback on item, please take a moment and rate it in your Downloads section.

4 days ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
CNK001 says

Does the watermark may be transparent? E.g. PNG -24?

1 day ago
Author
QuanticaLabs QuanticaLabs replied

Yes. If you’ll have any problems with that after purchase, please let me know.

1 day ago
Purchased
Default-user CNK001 replied

It’s ok with jpg files, if I’m trying upload png files transparent watermark don’t work :(

1 day ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
CNK001 says
Purchased

I would like to use this script in my form. I want to set a maximum of 5 images. I tried to use a five single-uploader, but I don’t know how to get code like this:

<input type="text" name="img1" value="path1" />
<input type="text" name="img2" value="path2" />
<input type="text" name="img3" value="path3" />
<input type="text" name="img4" value="path4" />
<input type="text" name="img5" value="path5" />
1 day ago
by
by
by
by
by