DAP: send file to table

J

jstroup

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
 
S

Sylvain Lafontaine

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.
 
Top