views:

83

answers:

1

Hi everyone,

I'm looking for one of those fancy upload scripts you see on some sites that upload the file the moment you select it on your hard disk, and optionally allows you to crop to a portion of the original image.

We use PHP and Prototype (so preferable no jQuery plugins... even though we should probably switch).

We currently have a server side script takes it's input from fields, but it's very unstable and only supports JPEG and PNG, and some GIF files, so we've been looking for a replacement for a while now, but I'm having a hard time finding anything.

+2  A: 

There are a number of options you can investigate here. Look for the word "asynchronous":

http://www.ajaxrain.com/tag?tag=upload

This one may meet your needs: http://thecodecentral.com/2007/09/04/asynchronous-file-upload-yuis-approach
Another option: http://tomas.epineer.se/archives/3

RedFilter