Difference between revisions of "Binary File Handling"

From SmartWiki
Jump to: navigation, search
Line 11: Line 11:
 
* export xml size will be at least twice as total size of all files.
 
* export xml size will be at least twice as total size of all files.
  
 +
<hr>
 +
<big>
 
Autoloader can be used to import file field as well
 
Autoloader can be used to import file field as well
 +
</big>
  
Three nodes are mandatory, filename,url and data.
+
Three nodes are mandatory, filename,url and data. The file node MUST contain an attribute datatype="binary" .
 
<br>
 
<br>
 
System ignore data node if url is starts with "http" or "ftp", System downloads a copy from remote site and stores a local copy.
 
System ignore data node if url is starts with "http" or "ftp", System downloads a copy from remote site and stores a local copy.

Revision as of 14:32, 26 February 2013

Export File field using Report XML export

Put < !--FileExportBinary --> inside details box of custom export template
Xmlexport.jpg

XML exported

Xmlfileexport.jpg

  • export xml size will be at least twice as 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 an attribute datatype="binary" .
System ignore data node if url is starts with "http" or "ftp", System downloads a copy from remote site and stores a local copy.

  • if authentication is required for FTP resources, please use this format

ftp://username:password@hostname/myfolder/my.document.doc