Reply to comment
Uploading Files
Files are uploaded as file attachments to a record during an API_AddRecord or API_EditRecord call. The file field you use for file attachments must be of type File.
The file must be base64 encoded. The trick is to NOT use MIME style encoding with newline characters at a maximum line length of 76. Instead, QuickBase requires you omit these newlines. If you dont omit the newlines, the stored file in QuickBase wont be usable.
API_EditRecord.
- 31379 reads


