Hi, I'm building my own PHP photo album and wondering if there's any way to upload and resize an image on the fly? This means not having to upload the entire image size. For example, if I'm about to upload a 3000x2000 pixels image @ 3MB, can I convert that image ON THE FLY during upload to let's say 800x600 ? If this is possible, then users don't have to wait the entire time to upload a big image and then resize it on the server. Thanks in advance.
Yohanes




