Hello, I would like to use File Management from Graphcool API as a convenient way to use with my Graphcool database. But it seems it's in a very basic stage at the moment and would like more info about it. Is it possible to temporarily send files to the server before save them in database?
For example, when a user follow a form (let's say edit its profil) with an upload field for its avatar. The main idea would be to upload the image, display a preview of it in the form and give additional options to crop it for example. Then when the user Submit the form - and only if he submit it - the system store the file into database. In all others cases, the temporary uploaded file is automatically deleted (with no database record). For example:
- if user, finally, do not submit the form
- Or if the user, after uploading a first image, decide to change the image by another one during the process, the previously one will not be recorded in database and automatically deleted.