curl-users
A patch for comma in filename
From: Drip Stone <wisitvenita_at_gmail.com>
Date: Sun, 25 Jun 2006 04:04:58 +0800
Received on 2006-06-24
Date: Sun, 25 Jun 2006 04:04:58 +0800
I spend some time writing a patch for filenames with comma(s) in it.
Now to upload a file with commas in filenames, we can use command line:
curl -F MAX_FILE_SIZE='10485760' -F userfile=@1\,231-102\,307.7z
http://localhost/up.php
If the code is ugly enough, please help me modify it, thanks.
Regards
-Dripstone
- text/plain attachment: comma.patch