Opened 15 years ago
Closed 15 years ago
#5008 closed defect (fixed)
dojox.widget.FileInputAuto fails with Malformed multipart POST: data truncated
Reported by: | jorvis | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dojox | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
using the current svn HEAD (revision 11375) this dijit currently fails upon upload. This part was working in the last revision I was using (10846). Here's the apache log entry:
upload_attachment.cgi: Malformed multipart POST: data truncated
Here's the HTML portion:
<div class='attachment_upload_container'>
<input dojoType="dojox.widget.FileInputAuto?" id="task_attachment" name="task_attachment" url="./upload_attachment.cgi?type=task" />
</div>
I can attach the server-side CGI if that helps.
Attachments (1)
Change History (2)
Changed 15 years ago by
Attachment: | upload_attachment.cgi added |
---|
comment:1 Changed 15 years ago by
Milestone: | → 1.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed in [11451]
Note: See
TracTickets for help on using
tickets.
example server-side handling script