Link to home
Start Free TrialLog in
Avatar of maxbook
maxbook

asked on

Client-side resizing / image uploader

I currently have radupload installed on my site to allow my site users to upload images to the server. It uses javascript and allows client-side resizing of images. When it works, it's great. However, it does not work for about half of my users. I'm wondering if there's a better product / code I could integrate into my forms that would be more robust.

I saw this one, which looks pretty good, but so far is not functioning as promised and customer support is not replying to my inquiries: http://www.resize-before-upload.com/download/

Does anyone have any suggestions for me? I am definitely willing to pay for the license for a code that will work for me.

Thanks!
Avatar of maxbook
maxbook

ASKER

Oh, I should add that this is what I need to be able to do:

- resize image client-side and upload to server with dynamically defined file name (my PHP code defines the file name based in item id, etc.)
- definable image compression and dimensions
- nice interface for user (drag and drop or browse with thumbnails)
- non-java preferred -- maybe something using flash would be more robust?
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of maxbook

ASKER

Ray -- thanks. I do have a server-side upload option, but it is pretty resource intensive. Especially with people trying to upload their 5 Mb photos these days.

mplungian -- thanks, I'll take a look at it.