Changes

Jump to: navigation, search

Binary File Handling

779 bytes added, 14:20, 14 May 2014
See Also
==Export a File field using Report XML export==
Put ''<nowiki>< !--FileExportBinary --> </nowiki>'' inside details box of custom export [[Custom Export]] template
<br>
[[File:Xmlexport.jpg]]
 
XML exported
 
[[File:Xmlfileexport.jpg‎]]
 
Export XML size will be at least twice the total size of all files.
 
==Autoloader can be used to import file field as well==
 
Three nodes are mandatory:
* filename,
* url and
* data
 
The file node MUST contain a ''datatype="binary"'' attribute.
<br>
The system will ignore the data node if the URL starts with "http" or "ftp." The system will download a copy from the remote site and store a local copy.
<br>
[[File:Xmlautoload.jpg‎]]
<br>
if authentication is required for FTP resources, please use this format:
''<nowiki>ftp://username:password@hostname/myfolder/my.document.doc</nowiki>''
 
 
==See Also==
* [[Exporting Reports]]
* [[XML]]
* [[Autoloader]]
 
[[Category:Reports]][[Category:XML]]
8,849
edits

Navigation menu