rcc-uchicago / submit

Simple web service for submitting file uploads and associated metadata.
0 stars 4 forks source link

Uploader file limitations #5

Closed raguilera78 closed 9 years ago

raguilera78 commented 9 years ago

Currently the uploader will accept and list all files submitted but only 3 files get actually uploaded to the server @moniker001

moniker001 commented 9 years ago

I've written the javascript code to only send 3 files to the server as of now. I am currently working on allowing the user to upload and submit as many files as they want.