cURL / Mailing Lists / curl-users / Single Mail

curl-users

I can't upload a file with comma in its filename

From: Drip Stone <wisitvenita_at_gmail.com>
Date: Sat, 24 Jun 2006 17:40:57 +0800

I can't upload a file with comma in its filename:
curl -F MAX_FILE_SIZE='10485760' -F userfile=@"1,231-102,307.7z"
http://localhost/up.php
and I can upload with
 curl -F MAX_FILE_SIZE='10485760' -F userfile=@"1.7z"
http://localhost/up.php

I wonder if it is a bug in curl?
Any suggestions?
Received on 2006-06-24