Open
Description
Hi there,
The ng-admin plugin gives a field 'file' which eases uploading resources, however, the file is sent automatically after selecting it.
myEntity.creationView().fields([
// other fields
nga.field('myfile', 'file')
.label('Upload File')
]);
I wonder if ng-admin is capable of sending the file alongside the other posted data in one shot ?
Best regards,