You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Upload with custom FormDatathis.$refs.vueFileAgent.upload(url,headers,filesData,functioncreateFormData(fileData){varformData=newFormData();formData.append('action','upload');formData.append('my-file',fileData.file);// this is important! - the actual file for uploadreturnformData;// edit: fixed. Thanks to Chauhan-Nitesh for the comment below});
The text was updated successfully, but these errors were encountered:
As discused in: #5
Proposed API:
The text was updated successfully, but these errors were encountered: