Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
CURL.AddInputGIF
Adds input to GIF data from the container value.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| CURL | 3.1 | Yes | Yes | Yes | Yes | Yes |
MBS( "CURL.AddInputGIF"; curl; data ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| curl | The CURL session handle. | $curl |
| data | The container value with the data to upload. |
Result
Returns "OK" on success.
Description
Adds input to GIF data from the container value.Also sets input file length. You need to define input data for file uploads, http posts and http put operations.
Using SetInput* functions and AddInput* functions you can construct the input data in several function calls. This is useful if you do a multipart upload with text parts and file content mixed.
This is for adding to existing data, but for uploading only a file, you can use CURL.SetInputGIF.
Examples
Add GIF picture from container:
MBS( "CURL.AddInputGIF"; $curl; MyTable::MyContainer )
See also
- CURL.AddInputFile
- CURL.AddInputJPEG
- CURL.AddInputPDF
- CURL.AddInputPNG
- CURL.AddInputText
- CURL.SetInputGIF
Blog Entries
Release notes
- Version 10.5
Created 18th August 2014, last changed 7th December 2016
CURL.AddInputFile - CURL.AddInputJPEG
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins