JQuery :: Save As Dialog Box?

Feb 18, 2011

What I'm trying to do is have a 'Save As' dialog box pop up when I click an anchor tag.What's hidden in the anchor tag is base64 information, so my anchors look like this:

<a href=# src='data:application/octet-stream;base64, (base64 string)'>file name</a>

So when I click on this, it gives me the option of downloading my base64 info just fine, but the problem is, the name of it looks to be just the entire base64 string. I was wondering if there was a way I could set this name? I can get the file name, so I'd love to just put 'blah.jpg' as the name that the user downloads.The reason I'm asking is because when I download the file, it comes out as (random characters).bin.part, and if I know the download is a pdf, I try opening it with a pdf viewer, but get yelled at by the MIME type... however, if I simply change '.bin.part' to '.pdf', I can open the file just fine, so I'd love for an automatic naming system, but not sure how to implement that.I've tried the document.execCommand('saveAs', '1', '<filename here>'), but I think this is for an actual file that you serve from the server... I don't have the actual file, just the base64.

View 1 Replies


ADVERTISEMENT

Save As Dialog

May 8, 2006

I have a confirmation page, we would like to have a SAVE button option for our customer to save the page, is it possible to SAVE only the message or page, not for the entire site?

if you have done it before, can you please help...thanks so much in advance. Or please give some suggestions how can we save the confirmaiton message page

View 1 Replies View Related

Save As Dialog In FF

Dec 25, 2009

making a save as dialog appear in firefox?

IE was easy, just using this code:

java script:document.execCommand('SaveAs','1','test.txt')

View 1 Replies View Related

Disable The Save Dialog Box

Jul 29, 2006

i would like to disable the "save as dialog box" on some certain areas of our corporate website.

Such that everytime a user trys to download certain files, it disables it.

Is this possible and how do i go about it?

View 4 Replies View Related

Use JS To Open A 'save Dialog' Box

Aug 21, 2006

anyway in Javascript to program a link so that it opens a 'save dialog' box - in the same way as you can use JS to open a print dialogue box?

View 2 Replies View Related

Save Dialog For Zip File

Jul 1, 2011

The below code is working for the text file but not for the zip. I want to create a Save dialog option to save zip file.

<html>

View 2 Replies View Related

Can't Save Dialog For Zip File / Make It Possible?

Jul 1, 2011

The below code is working for text file but not for the zip file. I want create a Save Dialog to store a zip. code...

View 1 Replies View Related

Save As Dialog From Download Button

May 4, 2011

I want to be able to do is to have a button that when the user clicks on it, it will open a "save as" dialog box so they can save a file (a separate file, not the html one that they are looking at) from my server. Is this really not possible using javascript, or am I just completely confused again?

View 3 Replies View Related

Forcing Save As Dialog From Client Side

Dec 17, 2003

I am distributing some files on CD. Among other files i have

download.htm and
DataFile.txt

When download.htm file executes, it shoud set the path to the download file as the path for my data file and then opens the save as dialog box when user can then select storage location.

i can use some thing like

window.document.execCommand("SaveAs",true,"YourDataFile.txt");
window.close();

Here Save as dialog appears but how i can tie the box with the file on the CD?

Also execCommand is native to IE, How can i use this same in Netscape?

View 1 Replies View Related

Show Save As Dialog Box After Clicking Link / Button

Mar 9, 2010

I am using ASP.net and javascript. Presently I have a link on the web page, which opens an image....if the user wants to save it , he has to right click the image and then save it. But,I don't want the user to right-click and choose the option "Save Picture As" or "Save Image" of the browser. Instead I want the user to click a link or button that is displayed just under the image. After clicking the link/button, the user should be able to save the image in his/her local hard disk/machine in a particular folder or just under C: or bringing up the file directory dialog box where the user can save in his/her own folder.

View 1 Replies View Related

Show Save As Dialog Box Popup On Clicking Anchor Tag

Feb 18, 2011

What I'm trying to do is have a 'Save As' dialog box pop up when I click an anchor tag. What's hidden in the anchor tag is base64 information, so my anchors look like this:
<a href=# src='data:image;base64, (base64 string here)' ></a>
So when I click on this, it gives me the option of downloading my base64 info just fine, but the problem is, the name of it looks to be just the entire base64 string. I was wondering if there was a way I could set this name? I can get the file name, so I'd love to just put '....jpg' as the name that the user downloads.

The reason I'm asking is because when I download the file, it comes out as (random characters).bin.part, and if I know the download is a pdf, I try opening it with a pdf viewer, but get yelled at by the MIME type... however, if I simply change '.bin.part' to '.pdf', I can open the file just fine, so I'd love for an automatic naming system, but not sure how to implement that. I've tried the document.execCommand('saveAs', '1', '<filename here>'), but I think this is for an actual file that you serve from the server... I don't have the actual file, just the base64.

View 2 Replies View Related

"Save As" File Dialog To Store Local Path

Feb 7, 2010

I am working with a activeX widget that has a method that produces an image which is saved to a users local machine. All the method requires is the path on the local machine. I need to obtain this path (hopefully utilizing a "save as" file dialog) and store its value to a variable so I can pass it to the method. It does work with an input type="file" but they are branded for file uploads an dit is a little misleading and confusing for the user.

example:

var path = $("#saveAsDialog").val();
activeXObj.saveScreenshot(path);

View 1 Replies View Related

JQuery :: Dialog Button Functions Running When Dialog Loaded?

Oct 16, 2009

i have been working with jquery dialog for a while and am stuck on a new problem today.when i load a dialog, it is running the button functions when the dialog is opened.

$(function() {
var dialogopts = {
modal:true,

[code]....

View 2 Replies View Related

JQuery :: Modal Dialog - Draggable By Inserting A Div At The Footer Of The Dialog?

Sep 10, 2009

I used the jquery modal dialog from the[url].... that is currently draggable from the title only. is there any way i can make
that draggable by inserting a div at the footer of the dialog or make it draggable from everywhere in the dialog.

View 4 Replies View Related

JQuery :: Dialog - Close If Clicking Outside Dialog Area?

Jun 2, 2009

Is it possible to have the jquery ui dialog close when clicking outside the area of the dialog? Like facebox?

View 2 Replies View Related

JQuery :: Making A Dialog Box Open Another Dialog Box - Why Does It Only Work Once

Feb 17, 2010

I am trying to get a dialog box to open another dialog box. Clicking on "more search options" the first time results in opening a dialog box. Clicking "search" within the dialog box results in opening up a second dialog box. But this only works the first time I click on "more search options". In other words, the second dialog box only opens up only once. To get the second dialog to open again, I have to reload the page in the browser.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

[code]....

View 2 Replies View Related

Save Alternative File On Right-click->save-picture-as

Jul 20, 2005

In my site I show low quality pictures. When someone right clicks an
image and selects 'Save Picture As...', I wish to let him save the
high quality picture.

View 5 Replies View Related

JavaScript: Save Target As / Save Link As

Jun 29, 2000

When you right click on a link you get the option to save target as...(ie) and save link as...(netscape). Is there some JavaScript to call this function like the JavaScript to open a new window?

View 3 Replies View Related

Variable "newBook" To Save The Whole Object - Returns To Save Only The Last One

Dec 6, 2010

Code: //Define the class
class author{
function author(a:String,b:String,c:int)
{
this.name = a;
this.lastname = b;
this.age = c;
}
[Code]...

in this code the variable "newBook" to save the whole object, returns to save only the last one that was created...

View 1 Replies View Related

JQuery :: Got Any Error "Error: $("#form-dialog-join").dialog Is Not A Function Source File: Http://localhost/vs/js/join.js Line: 9"?

Oct 29, 2011

I don't understand ..

$("#form-dialog-join").dialog() is a valid function which I copied from Jquery demo. What's wrong with it?

btw, all the jquery library is loaded correctly.

View 4 Replies View Related

Display Print Preview Dialog, Not Print Dialog

Jul 23, 2005

If I do the following, it will pop up print dialog. But i want to produce
"File->Print Preview" Screen. Is it possible to do that?

<input type="button" value='Print Preview' onClick='window.print();'>

View 1 Replies View Related

JQuery :: Detect Url And Save It In Cookie?

Jul 6, 2009

I want to detect if a user is coming from a given url. If he is, the url is stored in a cookie and a div is displayed in top of the pages when he navigates around the site.

How do I do that?

View 11 Replies View Related

JQuery :: Save The Part Of Page As Pdf?

Aug 31, 2009

Is there any plugin can let me save the part of page as pdf?

View 2 Replies View Related

JQuery :: Save Data In A Cookie?

Dec 25, 2010

how to save data like : position, style, etc in a cookie, using jquery, and then to load that data back if i need to.

I've been researching and i found some plugins but i cant put the script together,

i would like a simple working example or some good documentation because from what i read it doesn't seem to be very hard, but on every forum I've been that talks about cookie setup there is not so much info

View 1 Replies View Related

JQuery :: Save Selected Tab On A Cookie?

Jun 14, 2010

i need to know how to do this, Im reading the documentation and I know I have to get the cookie plugin and set up the variable:

[Code]...

View 1 Replies View Related

JQuery :: Save Textbox To A File?

Jul 29, 2011

Is it possible to save the content of a textbox to a file?

I know that we have some plugins.But, in client-side scripts? Is it possible?

The only way I see is to use $.post to post the content of the textbox into a website where we can save it, but I don't know any websites like this...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved