364,032 Members | 4592 Browsing Online
Community for Developers & IT Professionals
Bytes IT Community

Open File Dialog List Web Page

nissiml
P: n/a
nissiml
hi,
i'm trying to open a asp.net web page that list files from a Windows
application
like winword and select a file from it .
what do i have to do to make it happen, is it simple ?

Thanks in Advance.

Nov 19 '05 #1
Share this Question
Share on Google+
2 Replies


gaidar
P: n/a
gaidar

You should use an ActiveX or .NET control and embed it to web-page because
HTML/JavaScript could not access local file system without using ActiveXes.

"nissiml" <nissiml@discussions.microsoft.com> wrote in message
news:294F5A26-83F5-4082-AE79-6BE40BEA83B1@microsoft.com...[color=blue]
> hi,
> i'm trying to open a asp.net web page that list files from a Windows
> application
> like winword and select a file from it .
> what do i have to do to make it happen, is it simple ?
>
> Thanks in Advance.
>[/color]


Nov 19 '05 #2

nissiml
P: n/a
nissiml
Hi, gaidar
thank's for the answer but now i understand that my question wasn't
described well
what i ment when you open a "Open File Dialog" in a windows application like
word
you need to select a file , you can direct to a sharepoint site and it open
like a folder browser "in" the "Open File Dialog", then you can move between
directories and to choose a file. what i have to do in my web site so i can
browse it in the "Open File Dialog" ?

thank's , nissiml.


"gaidar" wrote:
[color=blue]
>
> You should use an ActiveX or .NET control and embed it to web-page because
> HTML/JavaScript could not access local file system without using ActiveXes.
>
> "nissiml" <nissiml@discussions.microsoft.com> wrote in message
> news:294F5A26-83F5-4082-AE79-6BE40BEA83B1@microsoft.com...[color=green]
> > hi,
> > i'm trying to open a asp.net web page that list files from a Windows
> > application
> > like winword and select a file from it .
> > what do i have to do to make it happen, is it simple ?
> >
> > Thanks in Advance.
> >[/color]
>
>
>[/color]
Nov 19 '05 #3

Post your reply

Help answer this question



Didn't find the answer to your ASP.NET question?

You can also browse similar questions: ASP.NET