REGISTER
|
Search Tycoon Talk
|
Freelancer.com
|
Members
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.
Register Here
Forum Rules
JavaScript Forum
You are currently viewing our JavaScript Forum as a guest. Please
register
to participate.
Login
Remember Me?
Login via Freelancer.com
Tycoon Talk
>
Web Development and Programming Support
>
JavaScript Forum
>
Save file with different name
Link Back
Thread Tools
Search this Thread
Save file with different name
05-31-2008, 07:41 PM
#
1
(
permalink
)
Save file with different name
Elenis
Banned
Posts: 32
Trades:
0
Talkupation:
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?
Register
now for full access!
06-01-2008, 11:54 AM
#
2
(
permalink
)
Re: Save file with different name
upstarter
Average Talker
Posts: 26
Name: Starr Horne
Trades:
0
Talkupation:
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
06-03-2008, 12:50 PM
#
3
(
permalink
)
Re: Save file with different name
willcode4beer
Super Moderator
Posts: 1,533
Name: Paul Davis
Location: San Francisco
Trades:
1
Talkupation:
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
« Reply to
Save file with different name
Previous Thread
|
Next Thread
Tycoon Talk
>
Web Development and Programming Support
>
JavaScript Forum
>
Save file with different name
Thread Tools
Search this Thread
Show Printable Version
Email this Page
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
Forum Rules
Feeds:
RSS
JS
XML
Feeds for this forum:
RSS
JS
XML
LinkBack
LinkBack URL
About LinkBacks
Bookmark & Share
Digg this Thread!
Add Thread to del.icio.us
Bookmark in Technorati
Tweet this thread
Page generated in
0.19347
seconds with
12
queries