Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get properties of a file in the clipboard?

Status
Not open for further replies.

lancer227

Programmer
May 3, 2005
6
ES
Hi, I would need to retrieve properties such as creation date, length, modification date, etc. from a file in the clipboard.

Is it possible or not?

Thank you.
 
If this were possible, it probably wouldn't be cross browser.

I had a quick go in IE using the getData method of the window's clipboardData object... but had no joy.

It might be possible using some ActiveX control... and maybe Firefox has some clipboard mechanisms. You might want to have a search on Google for something like "JavaScript Clipboard", etc.

Hope this helps,
Dan


[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Thank you Dan, I'll try with Active X and I'll tell you...
Thank you very much!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top