How do I create thumbnails and save them in a folder on my server?
For example, each uploaded picture saves to a files/big folder and a thumbnail is created and saved to a files/thumb folder.
I have found several PHP image resize scripts for free including TimThumb and phpThumb.
Is a thumbnail capability already built-in with Fineuploader?