I'm writing this design application where the user needs to upload images. It would be great if the client-side could upload thumbnails of the images first, allowing the user to get working before the real images have been uploaded. (They are only needed later, when exporting the design.)
I've looked briefly at a few packages which allow resizing, but they seem to upload the thumbnails and the images simultaneously, thus preventing the user from having the thumbnails available quickly.
Is it even possible to create a file upload so that resized images are uploaded first, then the real (fullsize) images?
Thanks, --Kjell