Ask a Question related to ASP.NET Security, Design and Development.
-
ool #1
local disc access via internet browser
I have to write asp applicacion that will be read/write and open file on
local disc via Internet Browser.
I know that such operation is highly restricted, so how can I ask a user
for allowing browser to disc access?
Tomasz
ool Guest
-
Trusted Local Flex swf files access to internet?
Hi All, We're developing a desktop game client using Flex and require a local swf file to make loader calls to the Internet. I know about the... -
Access local swf files through internet
:brokenheart; I tried to communicate my local SWF files from the Internet. But it could nt open using flash player. It just show the blank page ... -
Transfer data from Internet to local database
I use a database on the internet from wich I retrieve Orders placed. I want to save the retrieved information to my local disk, and from there... -
DO not cache pages in local Browser
All, How can I set IIS to not cache pages so that new pages or updates to web pages are alwyas used and that the cached pages aare not used. Is... -
stopping PPM3 connecting to internet for LOCAL installs
Randy Kobes wrote: Yes Oh - and sorry - the example module is IO-stringy not IO-Stringy. -- Real address: chris at lowth dot sea oh em.... -
Chris Jackson #2
Re: local disc access via internet browser
The only option you have is to use an <input type="file" /> - no additional
file system access is permitted.
--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--
"ool" <sorry@no.spam> wrote in message
news:buob5r$73m$1@nemesis.news.tpi.pl...>I have to write asp applicacion that will be read/write and open file on
> local disc via Internet Browser.
>
> I know that such operation is highly restricted, so how can I ask a user
> for allowing browser to disc access?
>
> Tomasz
>
>
Chris Jackson Guest
-
Derek Slager #3
Re: local disc access via internet browser
On Thu, 22 Jan 2004 12:10:13 +0100, ool wrote:
In order to access the user's disk you will need to install software on> I have to write asp applicacion that will be read/write and open file on
> local disc via Internet Browser.
>
> I know that such operation is highly restricted, so how can I ask a
> user for allowing browser to disc access?
the users machine (i.e. an ActiveX control) or request additional
permission from managed code (i.e. a Java applet). In either case, the
user will be required to accept your request (unless, of course, you're
making use of a browser / VM exploit).
-Derek
Derek Slager Guest



Reply With Quote

