Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to set enctype for file uploads #3

Open
DMW007 opened this issue Nov 5, 2016 · 1 comment
Open

Unable to set enctype for file uploads #3

DMW007 opened this issue Nov 5, 2016 · 1 comment

Comments

@DMW007
Copy link

DMW007 commented Nov 5, 2016

I need to set the enctype of the ajax request for the ability to upload images. As I found no documentation, I looked in the source code. Seems like there is no data-attribute which could replace the enctype for regular form tags like this:

<form method="POST" enctype="multipart/form-data">

It would be nice if you could add support for this like

<form method="POST" data-ajax-enctype="multipart/form-data">

@gabornemeth
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants