summaryrefslogtreecommitdiff
path: root/docs/examples/fileupload.c
Commit message (Collapse)AuthorAgeFilesLines
* examples/fileupload.c: fclose the file as wellDaniel Stenberg2016-11-081-7/+4
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: more descriptionsDaniel Stenberg2015-06-181-1/+5
|
* Added error checking for samples.Guenter Knauf2012-07-041-5/+12
|
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
| | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Checked in some grammatical and minor other fixes in the documentation andDan Fandrich2008-09-101-1/+5
| | | | examples that I found in the FreeBSD ports system.
* Fixed a surprising number of example programs that were passing int argumentsDan Fandrich2008-05-221-2/+2
| | | | to curl_easy_setopt instead of long.
* Fixed some compile warnings and errors and improved portability in theDan Fandrich2007-07-121-1/+0
| | | | | | examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
* Open "debugit" in binary mode ("rb").Gisle Vanem2004-10-161-1/+1
|
* added example that makes an upload to a file:// urlDaniel Stenberg2004-05-261-0/+65