Rank: Member Groups: Member
Joined: 9/13/2011 Posts: 11
|
Hi I use the EO_Downloader to uplod files to our server. All this works fine.
Im working on an application where I read an image as a stream.
Id like to upload the stream directly to the server without having to save it as a file on the client computer.
Is there any way of doing this ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is possible but you will need to write code to do so yourself on the client side. There is no built-in support for this in our controls. Our controls are server controls and you want to achieve must be done through code on the client side. So these are two completely different areas.
Thanks!
|