J
JP
Hi,
I want to import a few Excel Sheets from a network drive
(e.g. F:\, some file server). The way it works right now
is I have a 'File Watcher' that picks up the files as soon
as they are available and dumps them into the Web Server
and then the Web Service 'File Importer' on the same Web
Server imports them into the database.
I would like to trigger the import with a 'Click' event
and without the 'File Watcher' moving the files into the
Web Server. The problem I am having with this is to supply
the credentials from the 'Click' event and connect to that
network drive (F:\, the file server) through the Web
Server using the Web Service 'File Importer'.
How do I connect to this network drive through the Web
Service by supplying the credentials from the web page?
Thanks in advance!
Regards,
JP
I want to import a few Excel Sheets from a network drive
(e.g. F:\, some file server). The way it works right now
is I have a 'File Watcher' that picks up the files as soon
as they are available and dumps them into the Web Server
and then the Web Service 'File Importer' on the same Web
Server imports them into the database.
I would like to trigger the import with a 'Click' event
and without the 'File Watcher' moving the files into the
Web Server. The problem I am having with this is to supply
the credentials from the 'Click' event and connect to that
network drive (F:\, the file server) through the Web
Server using the Web Service 'File Importer'.
How do I connect to this network drive through the Web
Service by supplying the credentials from the web page?
Thanks in advance!
Regards,
JP