nasa-jpl-memex / GeoParser

Extract and Visualize location from any file
Apache License 2.0
52 stars 23 forks source link

Upload file to server using Girder #14

Closed MBoustani closed 8 years ago

MBoustani commented 9 years ago

As we are replacing current CherryPy serve to Girder, we need to define a REST URL to POST uploaded file to Girder Filesystem

danlamanna commented 9 years ago

Note, if you're going to be using girder-client - a similar example of this exists here, and those methods are well documented here.

chrismattmann commented 9 years ago

Thanks dan

MBoustani commented 9 years ago

Thanks Dan. I created a separate Issue (https://github.com/MBoustani/GeoParser/issues/16) for it.

smadha commented 8 years ago

File upload API of girder is directly called from front end now. Related issue https://github.com/MBoustani/GeoParser/issues/22

MBoustani commented 8 years ago

Server changed to Django. Going to open new issue for upload file using Django.