I have been poking around at the various file upload solutions. Wondered what people here had to say about which are the best.

I am looking for single file upload, to image crop. I would like to use jCrop, so anyone that has experience implementing that with it, let me know what you chose.

About my only criteria is going to be that I will want to style the upload input element, so that may not even be Jquery related, and just the usual CSS tricks. From there, I suspect I just pass some ajax mafic on it, and the params get passed along.

I looked at uploadify http://www.uploadify.com/ and while I am sure it is a great tool, I am not looking to use a flash based plugin. Also, in looking over their docs, it appears to me they are trying to cater to being the end all of upload plug-ins. I am hoping to find something pretty lean, and just doing the bare minimum of file uploads, with perhaps a progress bar.

If anyone knows of implementations with the apache upload status module, that would be even better.

Thanks for any suggestions, I thought I would ask since I am sure many of you have been down this road before.

* I have done server side file uploads using GD to scale, crop, compress, and effect an image, so I am not too worried about the server side of this, I should be able to handle that as long as I can pass the upload, and pass x, y, w, and h from the crop.

Thank you
--
Scott * If you contact me off list replace talklists@ with scott@ *

Reply via email to