473,387 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Upload browser favorites?

If I want to upload a user's (with permissiom) web browser favorites,
will they have to configure their favorites folder to allow the
ASP.NET user to access that folder?

What happens for Mac users?

Thanks,
John

Mar 3 '07 #1
2 1526
First off, the ASPNET user account isn't performing any access because it is
local to the server only and is therefore irrelevant.

I'm not even sure how you would perform such a task. Typically, any upload
mechanism that you would perform through a normal web page would require a
file input type. I'm not sure what the limit is on the number of files.
Typically the upload is for one file at a time so I don't think it's
possible to grab an entire folder as it's not a recursive operation. There
is a trick to doing more than one file per upload form, check out:
http://the-stickman.com/web-developm...-file-element/
for a great example.

Basically though, I don't think there's an easy way to do what you want.
JavaScript wouldn't have the permissions to rummage around and grab the
favorites and you can't upload folders themselves. Not to mention the fact
that each browser out there handles favorites completely differently. I
don't think this is going to be one of those things that will be worth a lot
of time investigating as I'm not sure it's do-able.

--

Hope this helps,
Mark Fitzpatrick
Former Microsoft FrontPage MVP 199?-2006

"john_c" <jo***@bigstring.comwrote in message
news:11**********************@64g2000cwx.googlegro ups.com...
If I want to upload a user's (with permissiom) web browser favorites,
will they have to configure their favorites folder to allow the
ASP.NET user to access that folder?

What happens for Mac users?

Thanks,
John

Mar 3 '07 #2
IMHO, this is not possible without using ActiveX (and then again, this
will work only in IE and only if the users decide to trust the ActiveX
control). There is no API in DHTML / Javascript allowing you to modify
the browser settings. I'll second Mark's opinion that you probably
need to search for other approaches and not waste much time on that.

Mar 3 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
6
by: x. zhang | last post by:
Hi Guys, We know that we can use <input type=file ...> to upload one file per time to the server. My question is if there are some way to upload multiple files per time to the server. (Of...
2
by: Steve | last post by:
I am trying to build an online bookmark manager and I want to try and download the favorites in a browser. I know you can do window.external.AddFavorite but can you do the reverse in any way, to...
7
by: Joe | last post by:
I have an upload file operation in the web application. UploadForm.asp is the form, and UploadAction.asp is the form processing. //UploadForm.asp <FORM NAME="InputForm"...
1
by: Matt | last post by:
Hi Everyone, Im creating a web browser in Visual C#. Right now I am trying to create a favorites menu like the one in Internet Explorer 6. All I got so far is a favorites button, and a blank new...
6
by: Vlad Jasovic | last post by:
hello, I have following session setting in my web.config file: <configuration> <system.web> <sessionState mode = "InProc" cookieless="true" timeout="10"/> </system.web>
6
by: Killer42 | last post by:
I have actually asked a pretty similar question here in the past, without a great deal of success. But I've decided to try a different tack. So, what are the ways in which a network admin could...
7
by: Danny | last post by:
Hello: I would like to develop a browser extension, or whatever such a thing is classified as, that would allow a user of IE6, and possibly IE7, to switch between a live and development page. ...
7
by: dragiton | last post by:
SA Upload SQL Database variable types (image upload and storage) I am having trouble with the SA Upload utility. The following code used to work correctly. However, I lost my database and had to...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.