DAP: send file to table

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

Guest

I'd like to add a feature to one of my data access pages that will allow the
user to insert a file into an OLE object in a table via the DAP. I'm almost
positive that this is possible, yet I can't find any example of doing this.

I'm thinking that I need to create an object, upload the file from the drive
to the object, then send the object to the table field.

Any help would be greatly appreciated.

jason
 
For security reason, you cannot do this directly from inside IE; you must
use the standard File Upload control from HTML and its use cannot be
integrated directly with the MSODSC control but must follow the usual rule
of submitting an HTML form.

There is a newsgroup about DAP: m.p.a.dataaccess.pages

S. L.
 

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