function filefield_source_remote_get_transfer_options in FileField Sources 6
Same name and namespace in other branches
- 7 sources/remote.inc \filefield_source_remote_get_transfer_options()
Get a transfer key that can be retrieved by the progress function.
1 call to filefield_source_remote_get_transfer_options()
- filefield_source_remote_curl_write in sources/
remote.inc - cURL write function to save the file to disk. Also updates progress bar.
File
- sources/
remote.inc, line 340 - A FileField extension to allow referencing of existing files.
Code
function filefield_source_remote_get_transfer_options() {
return filefield_source_remote_set_transfer_options();
}