Hi,
I have a very big image file in application server(size in mega bytes). I want to display the image in Servoy application.
Is it possible to use application.readFile(“servername/foldername/filename”)?I know it is possible if the image is in local drive.
If yes, how it takes care of the image size?Is it possible to display image files of large dimension?
I am talking about data in giga bytes which will render into an image of mega bytes?
Thanks
Som
IT2Be
October 13, 2008, 6:36am
2
You can use our Tools Plug-in (free) to load data from the server.
When files are really big and you need to stream them you can use our DataStream Plug-in.
You can read more about the Tools Plug-in here: http://www.it2be.com/index.php/plugins- … ls-plug-in
And about the DataStream Plug-in here: http://www.it2be.com/index.php/plugins- … am-plug-in
Hope this helps.
Thanks Marcel.I will look into the links
jbader
October 13, 2008, 4:50pm
4
Which protocol do you plan on using to access the image? e.g. http etc.?