keichan34/exfile

Support asynchronous uploads

keichan34 opened this issue · 1 comments

  • Make the async upload endpoint available in the router
  • Make a simple JS library to facilitate uploading asynchronously
  • Update Ecto type to accept IDs from other backends (maybe using a URI-ish? cache://<file id> or store://<file id> -- this potentially could remove the need of the TypeTemplate)
  • Async endpoint was already available
  • JS is out of the scope of this project
  • A URI is now accepted by the Ecto type (see 7801593)