pqina / filepond-plugin-file-encode

🗜 Send FilePond Files Along with Form Submit
https://pqina.nl/filepond/
MIT License
13 stars 12 forks source link

Set the PROCESS_COMPLETE status to the file #4

Closed francois-roget closed 5 years ago

francois-roget commented 5 years ago

Hi,

Thanks for this amazing work. I would like to use the file-encode plugin but I see a small possible improvement: when we add a file, it gets base64 encoded but the status stays gray while it could be considered green (PROCCESS_COMPLETE). Could you please make so that the file is green as soon as it is encoded.

Thanks François

rikschennink commented 5 years ago

Hi,

The encode plugin doesn't work in the foreground and IMHO it's actions should therefore not be invisible to the user (when selecting a file in the classic file upload it doesn't change state either).

When a file is dropped it's ready for upload.

francois-roget commented 5 years ago

Ok, thank for you input.