186 comments found.
Hello!!
I would like to know if there is a chance to make file thumbnail bigger than the one it has right now.
Kind Regards…
Hi,
I am experiencing some problems with upload, specifically callbacks.
The system upload the image, however returns as error.
Wamp Server (local Windows) and Hostgator web hosting.
I had success with another web hosting, so the system works, however not at all. Do you have some “light” to me?
did you look at the ajax response? Maybe there you see why the other hosting is not working? Maybe error_reporting(E_ALL ^ E_NOTICE)
Hi does this upload support crop images ? If i want to add a crop image function can it be done or this item by itself has this functionality
It’s an image uploader and cropper in to 1
Hello excuse me, I have a question. When sending an image you can be sent more parameters? Example: I need to send a title and a type.
Thank you very much Greetings RG
No, not at this point, sorry
Hello there. Thx for grate product, but i have a question. How to trigger event ‘click’ on $(’.add input’) – i need this cause i use custom viewing and wanna hide native button. Code $(’.add input’).trigger(‘click’) – didnt work
hi, what are you trying to get out of this click? Is it when someone starts the upload or when someone finishes a upload?
f20e3fdf-d17d-4098-ab62-ce8195e6c5ae
nOT WORKING.
WHAT AM I DOING WRONG?
http://www.mycontactcorner.com/tjLive/upload/Hi Ed, Thanks for using capslocks! I looked at the AJAX response from your server, this is what is gives as output:
<br />
<b>Strict Standards</b>: Only variables should be passed by reference in <b>/home/vizenor/public_html
/tjLive/upload/html5fileupload.php</b> on line <b>14</b><br />
{"result":true,"url":"\/tmp\/PIM_Initial_Data_Model_(Vr.0.1)_17092015.jpg?1445411728","filename":"PIM_Initial_Data_Model_
(Vr.0.1)_17092015.jpg"}
Because of the strict settings of the server, PHP gives a notice. This notice is what is causing the problem. Use
error_reporting('E_ALL ^E_NOTICE');
at the top of your PHP script (html5fileupload.php) at it should work like a charm!
Greets,
Sander
Thanks Sander for your fast reply. I have a deadline at 9am tomorrow.
My caps was stuck on from sometihng. Sorry. Anyway, how did you test the ajaxx to get that response? But more importantly How do I upload an mp3 that is pretty large? The one I am trying now is about 12 megs. I changed the settings to allow bigger files but I still get the red.
Thanks.
Hi Ed,
When you load the page in Chrome, push F12 and go to the network tab. Then upload a file and press upload. You will see a new line being added with the ajax call. You can expand this and see the input and output. I tried a bigger file, but there is not output. You will have to check your error logs to see why it doesn’t work. I cannot see that for you. Did you up all the limits on the machines? _POST and UPLOAD size?
Hi Sander,
Thanks for the info. I did update to make sure my php ini is allowing the size. That was one of the issues. Now when I use the Basic UI, for example, the file always gets… ERROR Empty File Upload Result … and it only gives me a yellow cancel button in that column.
What may be the issue here and how can i fix this?
I got it working. It was an issue in the php.ini file. Thanks so much for the great script.
thanks! Good to hear you enjoy the plugin!
PHP Version 5.2.6 it’s work well, but PHP Version 5.5.6 it’s not work (Error: 200 OK). please give me the solution to make it works.
hi, do you have a test url where i can see the plugin? what is the response when you accept the crop?
Hi. Here is the url to see the plugin: 1) http://www.hrdi.or.th/hrdi-admin/Media/addVDO or 2) http://www.hrdi.or.th/hrdi-admin/plugins/html5UploadFile/ You can try to upload some files in any boxes to see that errors I mentioned. You could have to see the box will be turned to RED after finish uploading, but that files you uploaded it’s already in the database. However, I just wondering that why it’s shown RED status. How to figure out? Thank you.
Yesterday I bought a “HTML5 File Upload”. My license code is “9e9f4eb3-7bdb-4306-a33f-94485f3ecce6 – 21 Sep 2015” However, the file delete function does not operate. I opened the file “html5fileupload.remove.php” The contents of the file are as follows. ######################################## <?php
echo json_encode(array(‘result’=>true)); ########################################
The code has five lines ”?>” Code is also missing. It seems to be the wrong file.
Hi, the code is not “wrong” it’s just an example file with no lines of deleted a file.
In php, use unlink($_POST[‘image’]); or your own method of deleting a file
Hey, i tried to send the form with Ajax but it’s not working for me. Is it supossed to work ?
yes it should, did you debug the ajax call? Maybe the server is given warnings? it should give a json string back
The file name shows the entire path but i only want it to display the name of the file?...Can you help with this?
AHA!....fixed by converting the %2F to a /....guess you’re exploding string by the slash somewhere!
Hello, It’s possible to limit the number of upload to 3 for exemple, if I set to true “data-multiple” ?
Thanks
No, not at this point, i am sorry
Is there a way to reload file upload tool when you add new item to dom?
Nevermind. I figured it out. Nice plugin, BTW.
ok, thanks, enjoy the plugin!
hi. good script. but i need max file limit. not file size. i need max 5 files upload.
its possible?
Hi, yes this can be added to the script, but refreshing the page will reset the counter…! So it would be effective. I can put it in for you in about 30 min to 1 hour. Mail me at sander[at]stbeets.nl if you need it.
I have a load pictures – single. I want to add multi uploading photos. If I buy your script – you will help me to add your script in my script? And it should work as well as a single.
Why not at the load picture as a background? Multi upload is already possible. Just try the script, if you have any question, i can try and help. If i need to code / make custom scripts, you can hire me.
Hi!
Can I use move_upload_file for multiple files?
Hi, no you have to create a loop, so you will pass each file thru the function
I am interested in your file upload plugins and would like to know if these are possible and whether you could write/configure a custom page for me. - upload multiple files to a specific directory - create thumbnails in a specific directory - see the image and thumbnail before confirming the upload - include alt tags for the image - show all the files in the directory listing - delete the files in the directory – we will need to reload the same file names each week.
Hi Maceys,
I can build custom changes for you, contact me via sander[at]stbeets.nl for a quotation. Every point you just said is possible, i will write down the hours per point and give you my hourrate.
I have some questions that needs an answer to before I purchase this script:
1- does this script need FTP access to the server or any special requirements from the server.
2- If I uploaded a file that is already exists on the server will it replace the old file with the new one or rename it… what is the behaviour for duplicated files ?
3- Can it display the links of the uplaoded images ?
4- Is there an option/button to copy the uplaoded image URL to clipboard – “Copy to Clipboard” button ?
Thank you, Waiting your reply to purchase
1. No FTP access needed, only PHP on your server (or create your own scripts in your pref. language) 2. It will overwrite it in the basic example, but you can change the code yourself 3. There is only a download button after uploading 4. No, not at this point
5. All above can be done for a additional fee.
How much required above the $11 script price ?
I am ready to pay, please tell me how much and how much time to get a demo ?
Hi Josephrmobi, i think all can be done within an hour work. Mail me at sander[at]stbeets.nl the details (server, ftp, etc) i will give you a detailed response of time and price Thank you.
Done
I emailed you and waiting for a reply
I purchased the script and still waiting for your reply, please I need this ASAP
I have some questions that needs an answer to before I purchase this script:
1- does this script need FTP access to the server or any special requirements from the server.
2- If I uploaded a file that is already exists on the server will it replace the old file with the new one or rename it… what is the behaviour for duplicated files ?
3- Can it display the links of the uplaoded images ?
4- Is there an option/button to copy the uplaoded image URL to clipboard – “Copy to Clipboard” button ?
Thank you, Waiting your reply to purchase
I just purchased your plugin, and it seems like it would be simple enough. I am trying to implement the form option with two separate files to be uploaded. When I process it though your html5fileupload.form.php, the $_POST array is populated, but the $_FILES array is not. I get a code 4 error for each file.
Also, the example you have for the form option does not match the actual code you have on your page. Other people seem to be getting this plugin to work, but I just can’t for some reason.
Thoughts?
Hi Mia,
The output is in the $_POST variable. Because the files are not submiited, but only the canvas is. See the PHP form example page. Alle the variables are put in the [inputname_values] (for example [“thumb_values”]). In the var is a json object. decode the json object and you will find an array with a data variable $jsonobject[‘data’] and you will find your image.
Hope this helps, let me know!
I’m sorry, I still don’t understand. Using the commented code from the form.php file, I am able to move something that resembles the image into a folder on my server, the rename function also works, but the file does not have an extension, size, or type.
UPDATE: When I add the quotes to the regexp: on line 93 of html5fileupload.js, it fixes the upload issue I was having. But it breaks the edit name ability. It will still rename the file, but when you click the checkmark, it doesn’t make the field uneditable. Which isn’t really a big deal, just something to look at.
I take it back… it’s not working.
did you get the example to work? That’s the biggest question?! Because their in lays the functionality that you need
So when I add the quotes to the regexp: on line 93, and I click to add the image, it works. The drag and drop feature shows the image along with the size, but loads a file without an extension, size, or file type.
So it’s only half there, but it’ll do for now.
http://www.raphaels.com/admin/tmp/screenshot.pngCan you make a print screen of a var_dump of your post variable? and if you see slashes in the response, add this
change line 14 of form.php to $json = json_decode(stripslashes($_POST[$name.’_values’]));
file1 was dragged & dropped into the field. file2 I clicked and browsed to the file.
Can you send me some ftp and login info see i can see for myself? mail me at sander[at]stbeets.nl
Let me move this project over to a different server, and then I will email you.
Okay, I sent you an email. Please let me know if you have difficulty logging in
able to add to my existing php file but css files are conflicting… is there any way to avoid css files conflicts
yes and no, if your CSS is generic, like ‘a’ or ’.btn’ this will overwrite any elements, so try to avoid that. The order of linking the CSSes to your HTML is also of value