-
Notifications
You must be signed in to change notification settings - Fork 46
File Upload #20
Copy link
Copy link
Open
Description
How to do image file upload ??
{id: 'imagefile',type: 'file',name:'imagefile'}
and
$.ajax({ url : "/admin/submit", type: "POST", contentType: false, cache: false, processData:false, data : new FormData(this.swalForm), success: function(data, textStatus, jqXHR)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels