Code

Discussion on Image Multi Upload

Discussion on Image Multi Upload

Cart 1,334 sales

QuanticaLabs supports this item

Supported

This author's response time can be up to 1 business day.

407 comments found.

Hello,

I have the script here: http://lucru.zumaus.com/livePreviewExamples.html

When I tried to upload a file with resize, I have this message: profm.JPG (42.28KB) – HTTP Error

The file default is uploaded but the resized version no.

The rights are at their place on the folders.

Any idea please?

Sat Mar 08 12:45:07 2014 [client ] PHP Notice: Undefined variable: thumbnailsCropExplode in /www/lucru.zumaus.com/upload.php on line 91 Sat Mar 08 12:45:07 2014 [client ] PHP Fatal error: Call to undefined function imageCreateFromPNG() in /www/lucru.zumaus.com/functions.php on line 33

issue solved: “yum install gd gd-devel php-gd” (i didn’t have installed GD)

Ok, I’ve also answered on the forum about notices.

Hi, I tried to upload small files and the link came out. But when I upload a 12Mb image, nothing happen. I check in ‘files’ folder also didn’t have the file.

http://upload.pembinats.my/files/2014-02-11-00011392086030.jpg

Hi,
That could be because of upload size limit in php configuration. Please try to increase value of max_upload_size variable in php.ini file.

I saw this part.

http://img.akhijoe.com/uploads/2014-02-18-00051392700580.jpg

Kinda different? Not “max_upload_size” as you mention. So.. if I put 100M it supposed to be working isn’t it? (20M is by default now)

But before this I only upload at about 11Mb only? 20M should be enough but. But it still fail.

http://upload.pembinats.my/files/2014-02-11-00011392086030.jpg (from before)

Do you have any error log on your server? Please check it for upload errors.

How to retrieve the name of the file to insert into the database in the case of Example 3 ?

Problem solved, thank you very much

You’re welcome!

does it preserve exif data?

Yes, it does.

Hello friend!

I have a website where I have two images that are in / images/image1.jpg and / images/image2.jpg.

I need to change them every week, and I do not access the ftp filezilla.

This script allows to upload these images to a folder set to this and replace them?

thank you Raphael

Hello,
Yes, you can do this with Image Multi Upload.

dear QL, i have problem with image and file size, can you help me to compress image size and quality with fixed size? so, i won’t notice user if image is biger. script will compress automaticly.

thank’s, nuansa

i have problem when youse method starton=”onSubmit:auto”, image can’t insert mysql process. when i choose ‘onsubmit’, mysql import process running well. although, i must press submit button twice.

Support for all our items is conducted through our Support Forum. Please register an account and search the forum or create a new topic, we’ll answer as soon as possible. Thank you!

Can this script upload one image and resize it into 3 different sizes.

So something like this:

Thumbnail: 200px Web image: 1024px Original size image (doesn’t need to be resized)

Yes, this is possible. You can use thumbnails parameter for that (more in documentation).

Same iOS issue here.

Quanticalabs should describe better item description, i’m not the only one loosing time with this code.

Hi,
I’m sorry for your issues. There is information next to ‘Files included’ label, that item included SWF/FLV files.

You could be more honest and advise this info on description, a lot of buyers made the same mistake.

it’s not about 8 bucks, but the right thing to do.

There is also live preview for testing purposes, so buyers could test script on any device they need. I hope that’s fair enough.

i did see the comment about it not working on ipads but is there a fix for this issue?

It’s not working on iPads because it’s using flash and there is unfortunately no simple fix for that.

Any plans to add Ctrl+v to upload option like snaggy?

No, I’m not planning to add this feature.

Hi, your script is cool, I have two things to implement. One is I am using dynamic paths for image storage. However can’t get the files deleted. Also I want to set the total files upload limit. How I can do this?

Hi,
Thank you! You need to write custom code for both. You could try to find some help on our Support Forum: http://support.quanticalabs.com

Hello, Why is working here with FLASH? I can not upload files with iOS. And I can not directly read it in the description! I am not happy! sorry!!!

Hello,
You can find information in the right sidebar on item page that it’s including ‘SWF’ files.

Hi

It’s great script. I have 2 questions. Here is my form:

<form id="form" method="post" action="formProcessor.php"> <input type=text name="name"> <input type=hidden name="surname" value="zorro"> <input class="IMU" type="file" path="files/" multi="true" startOn="onSubmit:form" thumbnails="80x50,1000x,x700" thumbnailsFolders="files/t_ready/,files/l_ready/,files/p_ready/" thumbnailsCrop="true,false,false" fileExt="jpg,jpeg,png,gif" fileDesc="Images (*.jpg, *.jpeg, *.png, *.gif)" afterUpload="filename" data="'cos':'value'" maxSize="5120000" /> <input type="submit" value="Submit" /> </form>

Here is script formProcessor.php

<?php echo "The form has been send!<br />"; echo "Name: " . $_POST["name"]; echo "<br />Surname: " . $_POST["surname"]; echo "<br />Data: ".$_POST["cos"]; if(count($_POST["IMUFiles"])) { echo "<br />Uploaded files: "; for($i=0; $i<count($_POST["IMUFiles"]); $i++) echo "<br />" . $_POST["IMUFiles"][$i]; } ?>

$_POST[“name”] works $_POST[“surname”] works $_POST“IMUFiles” works but $_POST[“cos”] doesn’t work (is not set)

Questions: 1. Why $_POST[“cos”] doesn’t work? 2. Can I use IMUerrors or IMUspeedKB via $_POST table. Maybe data=”’cos’:’IMUerrors’”

Support for all our items is conducted through our Support Forum. Please register an account and search the forum or create a new topic, we’ll answer as soon as possible. Thank you!

i wanna buy this script but i have 1 problem. i have no “select” button when i test this script with my Smartphone any ideas ?

This script is using flash, so unfortunately it won’t work on iPhones/iPads.

Awesome ! I just tried something and didnt work, but can I work on it using gifs? Cause I want to upload gifs and be able to show the thumbnails as the gifs. http://c.csar.co/image/0215310O223j Right now it doesn’t work.

Cesar

Hello. Our colleague who is responsible for this item is in the hospital. I’m sorry for your inconvenience and for longer than typical response time. Please register an account on our Support Forum and create a new topic. We’ll answer as soon as possible. Thank you!

Hello,

First, sorry for my bad English (I’m french).

When i try to upload an image with Firefox on Mac i have this message :

NAME_IMAGE.jpg (10.39KB) – IO Error

The problem is exactly the same on http://imagemultiupload.quanticalabs.com/ or on my website. On Chrome or Safari, all it’s ok.

Have you an idea ?

Thanks :-)

Hello. Our colleague who is responsible for this item is in the hospital. I’m sorry for your inconvenience and for longer than typical response time. Please register an account on our Support Forum and create a new topic. We’ll answer as soon as possible. Thank you!

I found a problem. when use “integration with form” ,I can’t input special character (“&”) in another form input.Do you have any idea?

Thanks.

Please download the newest version of script from CodeCanyon or replace line 47 of myupload.js file:

formDataJSON[formData[i].name] = formData[i].value;
with:
formDataJSON[formData[i].name] = escape(formData[i].value);

Very descriptive documentation. Thanks.

Thank you for your purchase.

It didn’t say in the description that this item is using flash !!

This is a false advertising… Flash is really bad for websites…

Is it possible to use this script without flash? If not, I want to get a refund…

Yes, it’s using flash and unfortunately it isn’t degradable.

Hi, just wanted to know if is there a way to rename the file’s names during the uploading process or if is there a way to pass this name through a internal variable for example, thanks! I didn’t find find something related to this in the implementation page.

Hi,
Support for all our items is conducted through our Support Forum. Please register an account and search the forum or create a new topic, we’ll answer as soon as possible. Thank you!

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey