J
JHM4Shot
I have a bit of a problem with one of my browser form templates that I am
developing. Any help is appreciated.
SUMMARY:
I have a form template that has a repeating table. Under the repeating table
is a button labeled "Import from File". When this button is clicked, the user
should be prompted to choose a Word 2007 or Excel 2007 file from his local
hard drive. After selecting the file, my code will run and automatically
populate the repeating table with the contents of the local file.
PROBLEM:
When using managed code for a InfoPath form template, you cannot use the
System.Windows.Forms namespace to access the local file directory. (On the
client side, this works great.)
Is there a way to accomplish what I have set out to do? Can I access the
files of a local hard drive via a browser based form?
Thanks for any help that can be sent my way.
developing. Any help is appreciated.
SUMMARY:
I have a form template that has a repeating table. Under the repeating table
is a button labeled "Import from File". When this button is clicked, the user
should be prompted to choose a Word 2007 or Excel 2007 file from his local
hard drive. After selecting the file, my code will run and automatically
populate the repeating table with the contents of the local file.
PROBLEM:
When using managed code for a InfoPath form template, you cannot use the
System.Windows.Forms namespace to access the local file directory. (On the
client side, this works great.)
Is there a way to accomplish what I have set out to do? Can I access the
files of a local hard drive via a browser based form?
Thanks for any help that can be sent my way.