How to use formData option{} #209
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
i added
enctype="multipart/form-data"to<form>element, but Pjax still dont want read my fileinput element<input type="file" />i also added
"form[action]"into Pjax.Pjax({ elements: "form[action]" })when i click submit, i got this error
Pjax switch fail: TypeError: Cannot read properti 'match' of nullmaybe any suggestion for my case? thanks