Project ID:
299155
Project Type:
Fixed
Budget:
$250-$750 USD
Project Description:
I need a file uploader to run on a ASP.NET c# webpage with a MS SQL 2005 database back-end. Uploader should allow user to view local hard-drive like windows explorer, in order to find folders with images. once the user is viewing the folder with images, images should display in another panel with thumbnails. user should be able to upload entire folder, use checkboxes to select particular images, or select all.
when user uploads, upload progress bar should display as images are renamed and uploaded to my server. IMPORTANT: I need a MSSQL INSERT command to run for EVERY UPLOADED IMAGE, so that I can maintain a database listing of all uploaded images.
Example: user browses to folder with 2 images, clicks SELECT ALL, user clicks upload. images upload and run the following commands:
INSERT INTO files filename = '23908098.jpg'
INSERT INTO files filename = '19823844.jpg'
the below are two examples of similar existing products, my problem is they don't have SQL INSERT capabilities:
http://www.jumploader.com/index.html
http://jupload.biz/
basically i need exactly what these two products offer, PLUS the SQL INSERT
from my side, the product should be easily configureable, allowing me to edit a config file or something to enter DB name, user/password, and edit what SQL command i want for each upload, and where the files get uploaded. i also need each file uploaded to be renamed during upload to a random alpha-numeric (ex: 89A8B9WE78I) filename. i should be able to edit in my config, how many characters the name will be (10 is good at the start)
Skills required:
.NET,
Data Entry,
Flash,
Java,
Javascript