Stream client side content to server

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

We have an asp.net application in which we use an embedded activeX control to
display an EMF. The control offers a client-side Copy method that copies the
contents to the client's clipboard. Is there a way we can then stream this
contents back to the server to be saved as a flat file or used to be embedded
into a PDF?

Thanks,
 
add the support to the active/x control, or write a new one.

-- bruce (sqlwork.com)
 
you'd have to have a custom written, clientside, control that the use would
have to install.
 
A couple of suggestions come to mind..
1) Post the data back to the server like you were doing a file upload
2) Create a WebService call and use that to post the data
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top