545 comments found.
Hi Adan11,
The image is stored in a canvas and given back in an argument in de _POST in a base64 encoding. If you purchase the plugin, i include some PHP files for you to find the image. Please consider purchasing my plugin for your support.
$tmp = explode(’,’,$_POST[‘data’]); $imgdata = base64_decode($tmp1);
Regards
Sander
Bonsoir l’assistance. J’ai acheter votre plugin et déjà dans les tests je reçois des erreurs lors du Upload d’image.
What errors do you get?
Does this plugin also crop the image? or just resize it in the sample? For example I want the user to register an image of 600px by 700px and that the image be saved in the site folder in this size, would it be possible? would it be possible to create thumbnails from this image?
Hi, the plugin does resize the image, but the saving on the server needs to be done with PHP, .NET or what ever serverside language you use.
so in case it doesn’t cut it?
What do you mean with “doesn’t cut it”? The script will create a new image on a canvas and only upload that.. the original image and cut dimensions only remain in the javascript. Like other script, i will create a new image on a canvas, most script will upload the original and cut dimensions and then let a serverside script cut the image.
Hi,
Can we load an image from a url to the editor instead of uploading a file?
If so, how can we do that?
Thanks
Hi, no that is not possible with the plugin.
Hi there. Love your plugin but hit one snag. How do I control the file size limit. I like to use LARGE image files greater than 10MB for print downloads. When I select a file greater than 4-6MB the image does not show on the ‘çanvas’.
Bonjour,
Comment allez-vous? We are interested in purchasing this script for our marketing and Wordpress website development agency.
Question please if I may.
I would like to know if I am able install this script via Wordpress plugin called Header and Footer Scripts found here: https://wordpress.org/plugins/header-and-footer-scripts/
Or even the Head and Footer Scripts Inserter plugin here: https://wordpress.org/plugins/header-and-footer-scripts-inserter/
I also found this one: CSS & JavaScript Toolbox plugin solution:
https://css-javascript-toolbox.com
I think it should work with any of these plugins but I want to know, which one you would suggest to me before purchasing. I plan to only use one plugin to add scripts to client websites, as I know lots of plugins can slow down websites.
Merci, Kym
Is the Turkish language package available?
https://imguploader.net/dWztHi, I need upload the image to my server but I can´t, I have error, Could you help me please?
Hello, After I download the zip and upload it into wp I get the message: The package could not be installed. No valid plugins were found. Plugin installation failed.
on post of canvas.php i need to add a token to post ajax data
you can just post more fields, that’s no problem, add a hidden field or give extra params with the call
- 10 Sep 2018 REGULAR LICENSE, Just installing for the first time. I extracted to /var/www/html/draganddrop and not working properly. All the text is there, but the drop field is not working at all, or works improperly. I’m hopping it is pathing issue. The test url is https://clickforadeal.com/draganddrop/index.html
I also notice the city jpg is not displaying and has a / in the begining of the path, is that correct? This is why I think I have a pathing issue, but nothing I try works. Thanks for your help
Hi there,
I seem to be having trouble with upload.php . i have isolated down to where getimagesizefromstring($imgdata) throws an error. Is there any requirements for php version ?? or anything else i can look for ?? This seems like a very good crop/upload plugin and one that works with latest jquery but unfortunately i’m stuck with not being able to uploading files successfully.
Thanks in advance – Peter B
Hi please disregard. I should have used canvas.php. Now works like it should – thanks any way . Peter B
ah good to hear! hope you enjoy the plugin.
Dear, I have buy your code a few weeks ago, but I don’t know how to use the code to upload my IMGs to my server.
I am using it on a web page which allow to put a picture on an item.. The interface appears and react well, but don’t know how tu put the resized image on the server online.
Thanks
Hello, is it possible to do event on custom button, which reset or confirm or resize image?
Dear,
Can you tell me how to upload the photo on my web server ? I need to place the photo into a folder, I need to call the photo then on a web page ..
I am using PHP / SQL.
The plugin works well, I can upload the photo, resize and crop. Then on the CHECK green icon I want the photo to be placed in this folder on the root on my web server. I seen you create a upload.php file….
How can we get the Scale Ratio and Crop location of the image from the plugin?
Hello,
I just bought a license. It’s not working on my project. This is what I get in the console :
Uncaught TypeError: Cannot read property ‘xhr’ of undefined at html5imageupload._init (html5imageupload.js?v1.4.3:97) at new html5imageupload (html5imageupload.js?v1.4.3:43) at HTMLDivElement.<anonymous> (html5imageupload.js?v1.4.3:985) at Function.each (jquery-3.3.1.slim.min.js:2) at w.fn.init.each (jquery-3.3.1.slim.min.js:2) at w.fn.init.$.fn.html5imageupload (html5imageupload.js?v1.4.3:984) at fil?filId=5b62dd157ccac442897e5b8a:43
Here is my code : <script src=”public/codecanyon/assets/js/html5imageupload.js?v1.4.3”></script> <link rel=”stylesheet” href=”public/codecanyon/assets/css/demo.html5imageupload.css”>
<input type=”file” name=”thumb” /> <script> $(’.dropzone’).html5imageupload(); </script>Am I doing something wrong ?
Please, I need some help, I wrote 4 weeks ago.
When I upload the image the saved is in wrong position and I have some borders at the left and the top and low quality.
Please, do you have some working example for this? Thanks
sorry. double.
While trying to integrate your crop lib in my app which is using bootstrap 4, I faced following issue: Zoom buttons are not displayed. Can you tell me whether your lib is compatible with bootstrap 4? If yes, can you tell me what I am doing wrong?