Ask a Question related to ASP.NET Security, Design and Development.
-
Eric Newton #1
Re: Button to launch the "File Open" dialog
It can be done with a Windows Forms control, but the <INPUT type=file> would
be the easiest way, it being designed for web pages and all...
IMO, stick with the <input type=file>, it'll save you a lot of headache
further down the road.
--
Eric Newton
[email]eric@ensoft-software.com[/email]
C#/ASP.net Solutions developer
"Mr Gordonz" <paul@mobius.net.au> wrote in message
news:%23cskJC1YDHA.212@TK2MSFTNGP12.phx.gbl...standard> Hi all,
>
> This is actually a repost of a question posted on
> microsoft.public.dotnet.framework.aspnet. I have posted it to this
> newsgroup because I suspect the problem is security related.
>
> I want to put a button on a page, and when the user clicks it, thethen> Windows "Open File" dialogue box opens, and the user can browse/select a
> file on their PC. Having selected a file, the user clicks Open, and Ido> want to capture the file path and name in a string variable. Finally, I
> want to upload the file to the server.
>
> BUT: I don't want to use an <input type="file"> control. I know how to> it with an input control - if possible, I really want to accomplish this
> WITHOUT using an input control.
>
> Can this be done? I am beginning to think the answer is no - for security
> reasons
>
> Cheers,
>
> MG
>
>
Eric Newton Guest
-
How to add "..." button to a property to open up "File Open"?
I am creating a control and thinking about adding a property to the control. I will like a "..." button shown next to the value of this property... -
"Build" button does not work in ASP.NET OLE DBconnection dialog fix?
As far as I know, the only work around is to build it yourself. The easiest way is to click the template button and select the database driver you... -
Force GetUrl to open dialog box "open or save"
I'm triyng to link several buttons to several external 3D .step and .igs files. I needed Flash to open dialog box "Open or save", but what hapens... -
Modifying "Open Browser Window" behavior to launch a maximized browser
I want to launch a web application in a fullscreen browser window with nothing but the title bar and the accompanying window borders (I do not want... -
"Open" dialog box problem
All of a sudden my "open" dialog box (windows XP) is defaulting to listing everything by date instead of alphabetically... This is only happening in...



Reply With Quote

