186 comments found.
demo web site?
1. Before Instagram login for uploading images. 2. Filenames must be 001, 002, 003 … 3. Show all images on an ajax page. 4. Show ınstagram user id each image.
May you edit this scipt like that?
demo web site not works!
Hi I have a problem with buttons.
They are rendered without icons .. can you help me please?
Tks,
Alessandro
Hi, did you include glyphicon in your project? i use glyphicon in this project, but i see with the new bootstrap version 5, they use a different icon lib. Use bootstrap 3.3 or update the glyphicon to the new icon method “bootstrap icon”, so glyphicon becomes bi.
The problem seems to be solved by updating to the latest version of bootstrap 3.x
This is not working for me. I was hesitant to buy because the preview was not working, but I bought anyway because it looked like it was what I needed.
hi Kevin, what is not working for you? Maybe i can help you?
hi, can i buy it, work right?
how to add the csrf like that? headers: { ‘X-CSRF-TOKEN’: xxxxxxxxxxx, },
I try this but not work data: { ajaxHeaders: { ‘X-CSRF-TOKEN’: token_csrf, },
Hi mhosthk,
You could alter the script (assets/js/html5imageupload.js) on line 257, 648 and 762, where i use the $.ajax method. There, add this property to the option object,
beforeSend: function(request) { request.setRequestHeader(“X-CSRF-TOKEN”, token_csrf); }
Hope this will do the trick for you.
Hello stbeets, Thanks so much for your help!
Hi stbeets! I have a working version of this script here: https://groupitforme.com/internal/uploadert.php Can you clarify what the icons are – particularly the orange one? Also, could you please explain what the 3 parameters of the $response variable are used for: $response = array( “result” => true, “url” => ‘downloadfile.php?a=’ . $processid . ’?’ . time(), //added the time to force update when editting multiple times “filename” => $filename ); Finally, is there a way to send a custom message back to the form? For example, “Congratulations – your file has uploaded successfully!”.
Thank you.
Hi,
The orange button is a download button, the file can be “redownloaded”. This feature request can a long time ago from some customers.
There are 3 variables as a response, “result”, “url” and “filename”. Result is true or false, just to tell you that everything went ok. “Url” and “filename” are the filename or the uploaded file, with only the name and the full url.
You can add your own variable in the mix, on line 569 of the html5fileupload.js I test the result of the response. There you can add lines to read the variable you are given back to the upload script and add some html to show your message.
But more easy would be to add your own method, called onAfterStartSuccess(). This function which you set as an option to the script, will execute whenever you have a successful upload..
For example:
Let say you have an variable as a response called “message”.
$(’.html5fileupload.demo_function’).html5fileupload({ onAfterStartSuccess: function(response) { alert(response.message); } });
Your message will be shown!
Hope this helps you.
Thanks for this. I have gotten it implemented. However the script is timing out for the larger files and showing the RED failed bar when it shows GREEN for the smaller files. Is there a way to change the Timeout duration?
Hi, the upload size and timeout are settings of your server, the script cannot change that.
Does this have any default file size limit`s & how to increase it? Does this have any absolute maximum file size limit ?
Hi! No, this all depends on your server settings. Keep in mind that Chrome / Firefox / Edge also have limits, but it all depends on if you want it to be larger then 1 GB. There is a settings for it, for a soft “cap”.data-min-filesize and data-max-filesize
hi, i have question about the erase upload files, I’m buy 2 years ago module but now i’m use that, every thing it’s all right i can upload file on my server for folder /tmp/ and save to database record file name, but I don’t know how use function to delete upload files. Could you have some example to use ???
Best regards. Artur office@tmasoft.euok, done it. I’m close the request.
I cannot visit the Preview site now. I want to see the Live demo.
Hello,
I’m looking for a script that reduces the size of the photos automatically when uploading.
Best Regards, Andi
hello, i have a problem when i compress a image file, it increase the size. For example a image uploaded 300 KB increase to 1,4 MB. is the configuration? I need help please,
Hi, I just purchased the plugin and was trying to install it on my WordPress sire. It gives me following error:
—-—-—-—-—-—-
Installing Plugin from uploaded file: codecanyon-9254506-html5-file-upload.zip
Unpacking the package…
Installing the plugin…
The package could not be installed. No valid plugins were found.
Plugin installation failed.
Any help/support will be appreciated.
Any response please?
Hi, this is not a wordpress plugin.. no where does it specify that… so i will not install… sorry
got it. thanks for your response.
Can I use this library for a commercial site with a ‘standard license’ or do I need a different type of license?
Envato rules state the you need an extended license.. if you charge people to use your site (or charge other people for building the site), it’s an extended license.
Hello. Great upload-system. Would you like add a new small function: the file would be uploaded in a random file e.g. /temp/<random-key>/<filename> and after the upload the user get the random key as a messages after the upload. (This random-key I can use for the validation for the userfile in my video-game.) Its only a idea and I thinks this feature can help much other people.
hey, this is possible already, but thanks for the feedback. Working hard on a “new” better version with a more guided implementation, where those features are more explained! Feedback is always welcome
Stbeets please give me some help here… there is an error when i try to use “onAfterStartAlways”,its not working at all…
This is the code (lines 619 to 626):
.complete(function(jqXHR) {
var index = _self.xhrPool.indexOf(jqXHR);
if (index > -1) { _self.xhrPool.splice(index, 1);}
if (_self.options.onAfterStartAlways) _self.options.onAfterStartAlways.call(_self, response);})
and the error is on this line 625:
if (_self.options.onAfterStartAlways) _self.options.onAfterStartAlways.call(_self, response);
Can you fixit? i wants to trigger some action when all files are success upload. Thanks
ok, but what is the response? Do you have a live example?
Hello can you give support???? i post more than 3months ago—-
Yes i can
but let me state that you have (per Envato rules) support till “alepech had support for this item until 02/03/2016”
Can you fix your preview, please? 
- No preview, its a html ressources. ^^ But more pictures or a video would be good.
i will take a look at it 