Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Save file with different name
Old 05-31-2008, 07:41 PM Save file with different name
Banned

Posts: 32
Trades: 0
Access a file in the disc with one name and save it (save as dialog) with a different name...

Can that be done with javascript?
Elenis is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-01-2008, 11:54 AM Re: Save file with different name
upstarter's Avatar
Average Talker

Posts: 26
Name: Starr Horne
Trades: 0
Nope. JS can't access files. It might be possible if you use adobe air, or some other 3rd party framework, though.
__________________
my company:
Please login or register to view this content. Registration is FREE


my blog:
Please login or register to view this content. Registration is FREE
upstarter is offline
Reply With Quote
View Public Profile Visit upstarter's homepage!
 
Old 06-03-2008, 12:50 PM Re: Save file with different name
willcode4beer's Avatar
Super Moderator

Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades: 1
Not on the client....

In your server, you need to set the response header before sending the file.

Java code:
Code:
response.addHeader(
     "Content-Disposition" ,
     "attachment; filename=" + fileName );
If you are using another server, the header you want to add is the same
__________________

Please login or register to view this content. Registration is FREE

willcode4beer is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Save file with different name
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.19347 seconds with 12 queries