WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
UNCONFIRMED
69667
enctype: 'multipart/form-data' POST request for html file upload created http session attributes null
https://bugs.webkit.org/show_bug.cgi?id=69667
Summary
enctype: 'multipart/form-data' POST request for html file upload created http...
Varun Singh
Reported
2011-10-07 14:15:27 PDT
Hi, We are facing one issue on LION mac system with Safari Version 5.1(7534.48.3). The issue is whenever we are trying to submit a form to cater file upload functionality with enctype: 'multipart/form-data' in Post request. The http session attributes becomes null, this generally happens while trying to upload html file. The upload functionality works fine in Leopard Mac systems with Safari version 5.1 (6534.50). Please let us know in case, there is any know issue pertaining to our specific problem. var downloadForm = $('tempInp').wrap('form', { id: 'frmDownloadFile', name: 'frmDownloadFile', enctype: 'multipart/form-data', target: 'ifDownloadTarget', action: './fileDownload.do', method: 'POST' }); Thanks, Varun Singh
Attachments
Add attachment
proposed patch, testcase, etc.
Alexey Proskuryakov
Comment 1
2011-10-07 23:34:50 PDT
Is there any way we could see this problem in action?
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug