I want the water mark at the top left not the bottom right, can you please let me know how to do that.
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
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
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.
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
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.
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.
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!";
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
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.
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
hi yes files are at 777 and punning php5
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
Hi,
I can make this for you as a custom job. Let me know via contact form in my profile if you’re interested.
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
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?
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.
- Has been a member for 2-3 years
- Exclusive Author
- Bought between 10 and 49 items
- Referred between 1 and 9 users
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.
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?
- Has been a member for 5-6 years
- Sold between 1 000 and 5 000 dollars
- Bought between 100 and 499 items
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
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!
Does the watermark may be transparent? E.g. PNG -24?
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" />



609 Purchases
258 Comments