cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1171 [PATCH] support upload file with ',' or '; ' in the filename

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Mon, 21 Jan 2013 22:44:06 +0000

Thanks!

I take it you don't want "proper" credits for your contribution as there's no real name anywhere here?

I've edited the 20+ warnings I got when building this (C90 violations and code style nits mostly), but I've not yet made test 1133 run fine since the double quote in the file name makes memanalyze.pl fail for me in that test and it then *wrongly* identify an fclose without an fopen... I'll work on fixing that before I feel confident to push this patch.

---
** [bugs:#1171] [PATCH] support upload file with ',' or ';' in the filename**
**Status:** open-confirmed
**Labels:** http 
**Created:** Tue Dec 11, 2012 02:12 AM UTC by Anonymous
**Last Updated:** Mon Jan 21, 2013 02:49 AM UTC
**Owner:** Daniel Stenberg
Here 's a patch, support http form uploading file with ',' or ';' in its filename, by support parse quotes around the file and filename part.
Which does not change the behavior of curl of any existed external usage, just support parse file and filename which is quoted, if the caller does quoting the file or the filename part..
---
Sent from sourceforge.net because you indicated interest in <https://sourceforge.net/p/curl/bugs/1171/>
To unsubscribe from further messages, please visit <https://sourceforge.net/auth/prefs/>
Received on 2013-01-21

These mail archives are generated by hypermail.

donate! Page updated January 05, 2012.
web site info

File upload with ASP.NET