rcc-uchicago / submit

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

Modify alternative upload client to work with server #10

Open joyrexus opened 9 years ago

joyrexus commented 9 years ago

I found a nice jQuery-based file upload widget. (See demo.)

I extracted out what's necessary to run the the basic version. (See demo.)

@moniker001, can you modify this simplified client to include expected form input/payload and test with our server? The server location gets specified here.

I would recommend creating a jq-client branch of the repo and replace our homespun client (within that branch) with this alternative front-end.