Project Description:
i need an uploader similar to one in website: www.camerocks.com
file uploader with progress bar for uploading images to my website.
it should be PHP based coding (not flash based one and also it should not use any APC or external
library files). original file should be saved to a folder named "uploads". thumbnail version
should also be created at the same time with (200 X 200) px height and width.
its file name with date and time should be entered to mysql db table.
please go through the files attached to this post.
NOTE: before reading summary below, please either go through the images attached or create an
account on camerocks and try some uploads.
file uploader features: summary
1. multiple file upload
2. show progess for individual files and total progess
3. cancel option while uploading, delete option after uploaded.
4. create a thumbnail vesion also with prefix "thumb_"
5. insert details to db (image name, added on)
6. choose/ create new album option after going to nex page
7. update db with choosen album.
images attached:
1. uploader_1.jpg - choose photos, upload started, showing progess, shows cancel option
2. uploader_2.jpg - upload finished. shows delete option. (on backend save it to a folder, create
a thumbnail, insert entry to db)
3. uploader_3.jpg - choose/create ablbum, common settings also individual photo settings.(on
backend - on submit, update these entries to db.)
that's all i need.