(New page: == Thumbnail == Downloads the thumbnail of an image file. === Sample Request === Download the file named “Test.jpg” from the the root directory of the resource type “Files”. <pr...) |
|||
Line 1: | Line 1: | ||
+ | {{CKFinder_SSI_Warning}} | ||
== Thumbnail == | == Thumbnail == | ||
Revision as of 15:36, 16 January 2008
Thumbnail
Downloads the thumbnail of an image file.
Sample Request
Download the file named “Test.jpg” from the the root directory of the resource type “Files”.
connector.php?command=Thumbnail&type=Files¤tFolder=%2F&FileName=My%20file.jpg
Response
This command doesn’t expect the connector to return a text response. Instead, it must stream the thumbnail file data to the browser.