Uploadex v0.1.2 Uploadex.Storage.Local View Source
Local storage. Use this module instead of arc's to have the same pattern between upload and fetch.
The problem is that to upload, arc expects a mao with the key :filename, but when fetching it expects a :file_name, so you can't store a record with an upload and then take the result to get the file.
Link to this section Summary
Link to this section Functions
Link to this function
delete(definition, version, file_and_scope) View Source
Link to this function
put(definition, version, arg) View Source
Link to this function