Hi, friends!

I have a form where one of fields is FileUploadField and GridPanel with records.

The task is to use the file uploading field to upload a file to the record in store using only javascript, without upload to server side. After multiple changes (uploads any files to store records), the modified records will be sent to server side, where files will be recorded to database table on blob formats.

In my opinion, the file may be converting to base64 format and stored in grid store. How can i do this? I navnt any workable examples.

May be you have any variations to resolve my task?

@fabricio.murta pls help

Tnx.