93 comments found.
hello – doesi it include file renaiming : I want to rename if file already exists and also remove special chracters and replace spaces with dahses in filename
“Virus Detected” when I try to download the file.
hi, pls let me know can I use it to upload mp4 and other big video files? And protect that folder with .htaccess? thanks!
Hello. I purchased this script, but cant get it do do what I want.
I want the uploader to work and look like the boostrap demo, but with my images resized and watermarked.
I cant for the life of me seem to customise and of the scripts to make that work.
IN the documentation it has variable for Image: resize, but in the bootstrap script it does not?
I see the comments that say just use the scripts from the source, but I am obviously not cleaver enough to know what actually to do with them so they work?
Hi,
What do you want to do exactly, could you be more spesific ? If you load the script from this page : http://pureuploader.hankurumsal.com and the get settings from there, it will work charmly.
Thanks.
works in admin area ?
Hi, I have integrated your plugin into our solution, but one thing isn’t working for me. On server side (ASP.NET MVC) http headers are not filled while ajax uploading action is called from the client:
bool thumb = Convert.ToBoolean(Request.Headers[“Uploader-Thumb”]); int thumb_width = Convert.ToInt32(Request.Headers[“Uploader-ThumbHeight”]) int thumb_height = Convert.ToInt32(Request.Headers[“Uploader-ThumbWidth”]);
Can you navigate me please, to fix this?
Hi,
Those values are from old version that we are not using anymore. In new versions you have to give those values by hand because that values can easly manipulate by other person. So there is a security problem in plugin if you use that values like that.
Thanks.
Error 1 . When click start upload button for asp.net web form application example. Please help me. The error was handled from webservice.asmx.cs code below line (Chrome web browser Ver 53.0.2785.143 and IE )
if (file.UploadAjax(HttpContext.Current.Request.InputStream, name , thumb) == -1)
Error : HttpAcception was unhandled by user code
Error 2 : When remmove thumbmail image there was error
I have a question, I need to keep the name of the file that is uploaded into a database, is posible to catch the name of the file to send to the data base after is uploaded?
The more I try to keep the image proportionally I do not read the manual and mentioned that we use the variable:
1. resize_width: 800, // width image resize
2. resize_height: 0, // height image resize
3. keep_aspect_ratio: true // resize image aspect ratio
Treatment that regardless of the width of the image becomes proportionately.
Picture of 2000 pixels x 3000 pixels Result = 800 pixels x 1200 pixels
And it does not.
Another problem I have is that I apply templateno works like this in the example and does not work properly.
template:
' ' +
'x' +
'{image}' +
' ' +
' ' +
' ' +
'Start' +
' ' +
' ' +
'Pause' +
' ' +
'{file.name} - {file.size}
' +
' ',
Try to put it in the Bootstrap.html and did not work, I put it in and not run tQera.Image.Uploader.js
Please I can indicate that I am doing wrong?
I’m doing this in php
Hi,
I think you are using a old version of plugin. Please use the plugin files in “src” folder. After that it will be work. And please read the documentation for settings.
Thanks !
What files types does this uploader allow you to upload?
Hi, You choose it, it allows everything.
Thanks
Perfect. Thanks for the quick reply!
This script works in Safari for Iphone?
Well, I never tried on iphone. But it is working on android and windows phones and all popular browsers on pc. I think it will work
We can not run the object just acqusiato. The server is windows the page now is: http: //test.mapnet.it/examples/example-webform/example-webform/Default.aspx
What could it be?
Hi,
Sorry for late. Your plugin is old, please use src folder for js files. And please reference demo page for settings of plugin or documantation
Thanks.
We need a web form. Which folder should be placed those files? Otherwise you can not have another project running in web forms?
Okey it doesn’t matter what you going to use. Just update files and update settings from demo page. It will work. Just don’t enable the chunk upload.
Thanks
great plugin .. all works .. but I tried to customize but I can .. what interests me is to upload images and resize to 500px wide by keeping the aspect ratio .. here’s the code.. Where I ‘m wrong It is uploaded without resizing ..
drop: true, imageHolder: document.getElementById(“imageHolder”), dragHoverClass: “drop_hover”, /* image_thumb_width: 128, image_thumb_height: 128,*/ dropPlace: document.getElementById(“dropPlace”), form: document.getElementById(“dropper”), fileInput: document.getElementById(“fileInput”), file_closebutton_class: “btn btn-danger close”, file_class: “list-i”, image: { thumb: false, //active thumbnail thumb_width: 200, //thumbnail width thumb_height: 200, //thumbnail height resize_width: 500, //image resize width resize_height: 500, //image resize height keep_aspect_ratio: true //image resize aspect ratio },
thanks
Hi,
If you don’t want to keep aspect ratio change its value to false, But don’t forget to set resize_height property.
Let me know if you need any assistance.
Thanks
Thanks for the reply .. I want to maintain the aspect ratio but if you load an image 1000px wide and imposed resize_width : 500 , the image is loaded on my server to 1000px I would come loaded 500px .. can not understand ..
Hi,
I tried what you say now on demo, in demo there is aspect ratio and resize part. If you check aspect ratio and put 500 to width then I uploaded 1152×768 image, my result is 500×333. It isn’t your want ?
Let me know if you need any assistance.
Thanks.
hi, I want you exactly what you said .. but I tried it and it does not work .. I can give you my link ? By e – mail or you can send me an e – mail to dablones [ at] dablones [ . ] Org
Thanks.
Hi,
Here is the demo : http://pureuploader.hankurumsal.com/ and here is the what I do http://prntscr.com/8i2x0j
Thanks.
hi and thanks for your time .. I tried but I can not I put the link you see where I’m wrong
thanks
http://goo.gl/iiDj7UHi,
You are using too old version of plugin. Please use at “src” folder. At demos the plugins are old version, always use at src folder.
Thanks.
Hi,
And please reference the settings from documantation or live preview.
Thanks.
Hi, I copied your example .. http://pureuploader.hankurumsal.com/ I entered the plugin updated in the folder ” scr ” but the problem is this : when do I upload upload a file of this type 1412121 without an extension and no name image .. you could send me an e -mail .. I can pay the time that you lose
thank you
Hi,
If you are using php version of this plugin, it is old. You have to do some php work for run the plugin. Only asp.net mvc is working with plugin well.
Thanks.
Your website is down. Can you please send me a working demo of this software. I want to resize images and watermark them. All your example-php does is upload images.
Hi,
Demo will be online in 2-3 days. You can download the last work of this plugin from codecanyon, PHP example doesn’t support chunk upload. Sorry about it.
Thanks.
do you have an example showing the watermark and resize?
Hi,
You can find every settings of plugin at documentation.However, it is something like that.
In javascript part of plugin..
For resize,
image: {
thumb: true,
thumb_width: 200,
thumb_height: 200,
resize_width: 800,
resize_height: 600,
keep_aspect_ratio: true,
preparing: '/Scripts/build/preparing.png'
},
For watermark,
watermark: {
watermark: true,
image: "",
image_aspect_ratio: true,
text: "www.yourweb.com",
color: "grey",
alpha: 1,
font_size: "55px",
font: "bold sans-serif",
position: "top mid"
},
you can find all of them in documentation.
Thanks
Demo is online.
atleast buy some good hosting to host your project for live preview..
Hi, in 2-3 day demo will be online.
Thanks.
Demo is online.
Is the preview no longer available because Lyzerk is no longer supporting this product? If so, why is it still being sold? Is there a newer product we should use instead?
All that said: I have two questions:
1. Cameras today take very large pictures. Can this product handle a 6MB file?
2. I wrote my own CMS and if this product works well would like to incorporate it into my system. What is the license fee for that?
Hi,
This month my host expried, I’m supporting the plugin as I can. I will buy it soon again.
1. It could handle more large files(like GB’s), but with thumbnail of the 6mb picture could be pixel problem.
2. You should ask it to envato, they has the licence procedure.
Thanks.
Demo is online.
Hey lyzerk,
Did you update the php handler file ?, I need it, if yes please send me : issaadi0@gmail.com.If no, when you’ll finish it ? Thank you
Hi,
No I didn’t do it. My php knowledge is not enough for to do it. I’m sorry, If someone can do it besides me, I can take it from s/he.
Thanks.
Great script, but I’m running into a snag. When my client tries to upload a file over 1MB, the original file uploads properly, but the thumbnail does not save. The upload goes to “100%,” but does not disappear. Also, upon investigating, the thumbnail does not save into the specified thumb folder. Can you help me figure this out? We’ve waited several minutes
Hi,
Could you tell me which version are you using asp.net mvc ? php ?
Thanks.
PHP.
Sorry, but our php version is old for last version of plugin. Asp.net mvc is the updated version with plugin. Therefore php version has bugs. We will update it soon as we can, we are already trying to make updated version.
Thanks,
Let me know If you need any assistance about plugin.
I am trying to get even the code from the Samples page http://pureuploader.10oy.com/ to work in PHP. The PHP examples in the zip were not what I wanted or why I purchased this code. They don’t show the images and the progress bar. It looks like the examples use Pure.Uploader.js and the php samples use tQera.Image.Uploader.js instead. The Pure.Uploader.js doesn’t seem to use the Handler.php and won’t work on a PHP server. I tried to take a look at Pure.Uploader.js but you have that minimized so its basically impossible to see whats going on. Can you give me some direction for making the samples you show on your page actually work with PHP?
Hi,
As I say at the last update PHP example is old and it is not working with last update changes. But if you want you can look asp.net mvc example for how it is work, for now of course. To week I’m trying to publish a updated PHP example.
Let me know, If you need any assistance with plugin.
Thanks.
Hi,
This week I tried to update php example, but I failed. I will try again in this week. But If you know php I can give you logic of it.
First, you need to check Upload type is it Chunk or not ? if it is not you can do old regular thing. If it is chunk, create a dummy file with file size. after that every request with open file and seek position of it and rewrite the bytes.
Thanks.
Hi,
This week I tried to update php example, but I failed. I will try again in this week. But If you know php I can give you logic of it.
First, you need to check Upload type is it Chunk or not ? if it is not you can do old regular thing. If it is chunk, create a dummy file with file size. after that every request with open file and seek position of it and rewrite the bytes.
Thanks.
Hi,
This week I tried to update php example, but I failed. I will try again in this week. But If you know php I can give you logic of it.
First, you need to check Upload type is it Chunk or not ? if it is not you can do old regular thing. If it is chunk, create a dummy file with file size. after that every request with open file and seek position of it and rewrite the bytes.
Thanks.