473,385 Members | 1,944 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,385 software developers and data experts.

Drag and Drop File..

Hi All,

I want to drag and drop a file from the desktop to an html page and show
the file name in the htmlpage.

It's possibile? How can I do?

Thank you
Daniele
Jul 23 '05 #1
7 3007
In article <ci**********@lacerta.tiscalinet.it>, no****@nospam.it enlightened
us with...
Hi All,

I want to drag and drop a file from the desktop to an html page and show
the file name in the htmlpage.

It's possibile? How can I do?


Not in a cross-browser manner.

Is this an intranet or personal app where you can target IE?
--
--
~kaeli~
You feel stuck with your debt if you can't budge it.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #2
On Mon, 13 Sep 2004 12:47:45 -0500, kaeli wrote:

Since you're listenning in to this thread kaeli,
thought I'd mention I just heard that putting a
single '>' before the long quote might preserve
it in Gravity. More details in Chris Smith's
posts to this thread (gotta trickle thru yet)..
<http://google.com/groups?selm=IYKdnRXj3_NYudjcRVn-uw%40comcast.com>

Or.. let's try it that from 40tude..
http://google.com/groups?selm=IYKdnR...%40comcast.com


HTH

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #3
In article <4q******************************@40tude.net>,
Se********@www.invalid enlightened us with...
On Mon, 13 Sep 2004 12:47:45 -0500, kaeli wrote:

Since you're listenning in to this thread kaeli,
thought I'd mention I just heard that putting a
single '>' before the long quote might preserve
it in Gravity. More details in Chris Smith's
posts to this thread (gotta trickle thru yet)..
<http://google.com/groups?selm=IYKdnRXj3_NYudjcRVn-uw%40comcast.com>

Or.. let's try it that from 40tude..
http://google.com/groups?selm=IYKdnR...%40comcast.com


Yeah, I found that out when I realized that the URLs aren't wrapped when I
reply to people.

Odd, isn't it?

Now if I can just remember to actually DO it... :)

--
--
~kaeli~
A midget fortune teller who escapes from prison is a small
medium at large.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #4
On Mon, 13 Sep 2004 15:21:02 -0500, kaeli wrote:
Odd, isn't it?


(shrugs) It's the net, the
'wild and free, end of IT'.

Little surprises me about the net anymore,
and while it's chaotic nature causes me
minor technical difficulties at times,
I love it just the way it is. ;-)

--
Andrew Thompson
http://www.PhySci.org/ Open-source software suite
http://www.PhySci.org/codes/ Web & IT Help
http://www.1point1C.org/ Science & Technology
Jul 23 '05 #5
kaeli wrote:
In article <ci**********@lacerta.tiscalinet.it>, no****@nospam.it enlightened
us with...
Hi All,

[CUT]

Not in a cross-browser manner.

Is this an intranet or personal app where you can target IE?


Yes .. my target is IE .. How can I do that whit IE ?

Thank you
Daniele
Jul 23 '05 #6
In article <ci**********@lacerta.tiscalinet.it>, no****@nospam.it enlightened
us with...
kaeli wrote:
In article <ci**********@lacerta.tiscalinet.it>, no****@nospam.it enlightened
us with...
Hi All,[CUT]

Not in a cross-browser manner.

Is this an intranet or personal app where you can target IE?


Yes .. my target is IE .. How can I do that whit IE ?


Does this help?
http://tech.irt.org/articles/js204/

and MSDN reference: http://msdn.microsoft.com/library/de...le/movable.asp


--
--
~kaeli~
Profanity: the single language in which all programmers are
expert.
http://www.ipwebdesign.net/wildAtHeart
http://www.ipwebdesign.net/kaelisSpace

Jul 23 '05 #7
kaeli wrote:
In article <ci**********@lacerta.tiscalinet.it>, no****@nospam.it enlightened
us with...
[CUT]
Does this help?
http://tech.irt.org/articles/js204/
[CUT]


Thank you for your suggestion but is not the solution :'(

The article is very good to implement a normal drag & drop operation
between elements in the same page or una or more browser but, my case is
drag a FILE from the desktop into the browser and retrieve only the file
path..

I didn't find any solution for my problem

Daniele
Jul 23 '05 #8

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

Similar topics

0
by: Lauren Quantrell | last post by:
I'm trying to drop a file from Windows Explorer (or desktop, etc.) onto a field in Access2K and capture the full file path. I found an posting below that says this is possible but I cannot...
5
by: Clyde | last post by:
I am trying to implement the user feedback provided by Windows Explorer when draggng a filename from one place to another. I have the drag and drop action worked out but have had no luck in...
6
by: jojobar | last post by:
Hello, I look at the asp.net 2.0 web parts tutorial on the asp.net web site. I tried to run it under firefox browser but it did not run. If I want to use this feature in a commercial product...
1
by: Terry Olsen | last post by:
My first time using TreeViews. I have TreeView1 set up to display my directory structure just like Windows Explorer. I can drag & drop files and folders over to TreeView2. I can re-arrange the...
0
by: ViRi | last post by:
I am currently experimenting a bit with AxMicrosoft.MediaPlayer.Intero­p.AxWindowsMediaPlayer and so far, most has gone well. Currently, i would like to add drag-and-drop functionality to the...
1
by: Darren | last post by:
I'm trying to create a file using drag and drop. I want to be able to select a listview item drag it to the shell and create a file. Each icon in the listview represents a blob in a database. When...
2
by: Robert Zahm | last post by:
I have created a C# user control which display certain filesystem information, and allows the user to drag an drop files into and out of the control. I then placed this user form in IE using an...
0
by: Ellen | last post by:
Hi! Please point me to the correct discussion if I am off base. We are beta testing a new Dot Net Framework application that allows us to upload documents of different file types for online...
1
by: Thi | last post by:
Hi, I am trying to develop an application that allows the users to drag a few file(s) from a zip archive to a destination. My question is, how do i determine where the drop destination is...
1
by: Steve Bottoms | last post by:
Hi, all! Using VB .Net 2k5 under Vista Business... I'm trying to put together a very basic drag-and-drop for file copying, and can't seem to get DragDrop events (Form, PictureBox, TextBox, etc)...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
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
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.