[Webkit-unassigned] [Bug 14635] New: 'POST'ing file: filename is fullpath/UTF-8(nonascii) and sometimes uploading failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 17 01:32:36 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14635

           Summary: 'POST'ing file: filename is fullpath/UTF-8(nonascii) and
                    sometimes uploading failure
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P4
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: 808caaa4.8ce9.9cd6c799e9f6 at gmail.com


With this site(webkit-buglizza), I cannot upload file from my Desktop.
After moving file to somewhere like c:\__sendtemp\, uploading succeeded.

'filename' is full path, and contains UTF8(nonascii) chars.
With some environment directory name "desktop" is localized into nonascii
strings.

I don't know who has responsiblility, or whether we should always send
fullpath.

; ===============
; posts
; ===============
POST http://bugs.webkit.org/attachment.cgi HTTP/1.1
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja) AppleWebKit/522.14.1+
(KHTML, like Gecko) Version/3.0.2 Safari/522.13.1
Content-Type: multipart/form-data;
boundary=----WebKitFormBoundaryAAsdAAJVAApEAA5j
Transfer-Encoding: Chunked
.....

------WebKitFormBoundaryAAsdAAJVAApEAA5j
Content-Disposition: form-data; name="data"; filename="C:\Documents and
Settings\*****\å㡦¤»å⎯åã°å¥ãåãͽtest.html.png"
Content-Type: image/png


; ===============
; response
; ===============
HTTP/1.1 411 Length Required
Server: Apache/1.3.33 (Darwin) PHP/4.4.1 mod_ssl/2.8.24 OpenSSL/0.9.7i
DAV/1.0.3
Transfer-Encoding: chunked
Content-Type: text/html; charset=iso-8859-1


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list