Submitting a form on client local disk?

HI -.

I created a dynamic form that I used to do a small number of recipients to me by e-mail as an XDP file, but due to the difficulties of the end user get it still works, I need to add a method to submit which will save the data on disk local to the end user so they can slide on a shared folder in Google.  Y at - it a submit button option that will open a save window that allows the user to access a location of their choice then save the XDP file under a name of their choice (as the similar step by sending an e-mail with a web mail client not recognized do not email script)?  It should work with Mac and PC and cannot have a fixed "save" location because the users machines are all different.  I guess that once it's done I have to activate extended for Acrobat rights.

I tried to find a way to do this with a click event of the button "submit format ="xml"textEncoding =" UTF - 8 "target =" but cannot find a way to specify 'target' that will work, so I don't know if this script only works with the mailto: Protocol.»»

Thanks in advance,

Bernie

Hi Bernie,

I don't think that there is a shipping option, but you can try setting up you own button with a click with this JavaScript event.

xfa.host.exportData ("", false);

This will give you the XML of the form.  If you want to change the false to true XDP.

Concerning

Bruce

Tags: Adobe LiveCycle

Similar Questions

  • VCenter 4.1 connect to iso image on the local disk

    Hello

    I have a question about certain permissions in vcenter 4.1 until now, we have used vcenter 4.0 and we had a few asigned security role with permisions them following: all privileges: Virtual Machine: Interaction: configure support CD; Configure floppy Media; Interaction of the console; Turn on; Power off; Reset.

    It is basically the minimum requirements for some of our clients to witch we sell vps servers.

    My problem is: given that I've updated vcenter 4.1 security to configure cd media does not seem work apropriately. The only option witch is not grayed out is connect to the host device. The possibility to connect to iso image on the local disk or connect to the physical drive D: (local client CD-ROM) are greyed out.

    Someone knows something about this security role change and what kind of extended privileges do I have to add in order to make it work?

    Hello

    I think you should also "connection device"...

    In addition, there may be one advanced virtual computer that denies this capability... Here are the parameters of the isolation and many guides say to turn it off.

    Best regards

    Edward L. Haletky

    Host communities, VMware vExpert,

    Author: VMware vSphere and Virtual Infrastructure Security,VMware ESX and ESXi in the 2nd business edition

    Podcast: the Podcast for security virtualization of resources: the virtual virtualization library

  • Sections is not on the local disk and the menu is not displayed correctly

    I get the sections is not

    on the local disk. When I click on the link 'Get' I get is not in a defined site... (PS CS5)

    http://www.dallasguesthouseinn.com/index.htm

    @charset "UTF-8";

    / * Sections - version 0.6 - Pre - Release Spry 1.6.1 * /.

    / * Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

    /*******************************************************************************

    The AVAILABLE INFORMATION: Describes the box model, positioning, the order

    *******************************************************************************/

    / * The outermost container for the menu bar, an area of width auto without margin or padding * /.
    UL. MenuBarHorizontal
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    cursor: default;
    Width: auto;
    }
    / The menu bar value active with this class, currently the definition of z-index to accommodate IE rendering bugs: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html * /.
    UL. MenuBarActive
    {
    z-index: 1000;
    }
    / * Menu item containers, position of children relative to this container and are a fixed width * /.
    UL. MenuBarHorizontal li
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    do-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    Width: 20%;
    float: left;
    }
    / * Submenus should appear under their parent (top: 0) with a higher z-index, but they are first the left side of the screen (-1000em) * /.
    UL. MenuBarHorizontal ul
    {
    margin: 0;
    padding: 0;
    list-style-type: none;
    do-size: 100%;
    z index: 1020;
    cursor: default;
    Width: 8.2em;
    position: absolute;
    left:-1000em;
    }
    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we put the car left so it happens on the screen below its parent menu item * /.
    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible
    {
    left: auto;
    }
    / * Container of menu items are same fixed width parent * /.
    UL. MenuBarHorizontal ul li
    {
    Width: 8.2em;
    list-style-type: none;
    list-style: none;
    }
    / * Submenus should appear slightly overlapping to the right (95%) and upward (-5%) * /.
    UL. MenuBarHorizontal ul ul
    {
    position: absolute;
    margin:-5% 0 0 95%;
    }
    / * Submenu that shows with the designation of the class MenuBarSubmenuVisible, we have left to 0, it is on the screen * /.
    UL. MenuBarHorizontal ul. MenuBarSubmenuVisible ul. MenuBarSubmenuVisible
    {
    left: auto;
    top: 0;
    }

    /*******************************************************************************

    INFORMATION DESIGN: Describes the set of colors, borders, fonts

    *******************************************************************************/

    / * Submenu containers have borders on all sides * /.
    UL. MenuBarHorizontal ul
    {
    border: 1px solid #CCC;
    }
    / * Menu items are a light grey block with padding and no text decoration * /.
    UL. MenuBarHorizontal a
    {
    display: block;
    cursor: pointer;
    background-color: #EEE;
    Padding: 0.5em 0.75em;
    Color: #333;
    text-decoration: none;
    }
    / Components menu that have mouse over or focus have a blue background and white text * /.
    UL. MenuBarHorizontal a: hover, ul. MenuBarHorizontal a: focus
    {
    background-color: # 33;
    color: #FFF;
    }
    / * Menu items that are opened with the submenus are on MenuBarItemHover with a blue background and white text * /.
    UL. MenuBarHorizontal a.MenuBarItemHover, ul. MenuBarHorizontal a.MenuBarItemSubmenuHover, ul. MenuBarHorizontal a.MenuBarSubmenuVisible
    {
    background-color: # 33;
    color: #FFF;
    }

    /*******************************************************************************

    Submenu INDICATION: styles if there is a submenu in a given category

    *******************************************************************************/

    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.
    UL. MenuBarHorizontal a.MenuBarItemSubmenu
    {
    background-image: url (SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that have a submenu have the MenuBarItemSubmenu class designation and are set to use a positioned background the far left (95%) and vertically centered image (50%) * /.
    UL. MenuBarHorizontal ul a.MenuBarItemSubmenu
    {
    background-image: url (SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.
    UL. MenuBarHorizontal a.MenuBarItemSubmenuHover
    {
    background-image: url (SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }
    / * Menu items that are opened with the submenus have the designation of the MenuBarItemSubmenuHover class and are set to use a background image "hover" positioned on the far left (95%) and centered vertically (50%) * /.
    UL. MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    {
    background-image: url (SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 50 95%;
    }

    /*******************************************************************************

    BROWSER HACKS: hacks below should not be changed, unless you are an expert

    *******************************************************************************/

    / * HACK FOR IE: to ensure that sub menus show above form controls, underpin us each submenu with an iframe * /.
    UL. MenuBarHorizontal iframe
    {
    position: absolute;
    z index: 1010;
    Filter:alpha(opacity:0.1);
    }
    / * HACK FOR IE: to stabilize the appearance of the menu items. the slash in the float is to keep IE 5.0 analysis * /.
    @media screen, projection
    {
    UL. MenuBarHorizontal li. MenuBarItemIE
    {
    display: inline;
    f\loat: left;
    Background: #FFF;
    }
    }

    Dreamweaver code:

    < ul id = "MenuBar1" class = "MenuBarHorizontal" >
    < li > < a href = "index.htm" > accommodation rates / < /a > < /li > ""
    < li > < a href = "Reservation.htm" > book < /a > < /li > ""
    < li > < a href = "Amenities.htm" > equipment < /a > < /li > ""
    < li > < a href = "Location.htm" > location < /a > < /li > ""
    < li > < a href = "Attractions.htm" > Attractions and activities < /a > < /li > ""
    < /ul >

    Hello

    looking for your source code, I see this:


    file:///C|/users/public/documents/SpryAssets/SpryMenuBarHorizontal.CSS"rel ="stylesheet ".

    This means that your DW 'think' your *.css and *.js your are on your hard drive. You must remove the wrong way for example:


    or


    If your SpryAssets directory is nested a little bit.

    Hans-Günter

  • Local disk space lost when downloading to iPhoto iCloud.

    Need some clarification.  The use of iPhoto (v.9.6.1).

    Already have photos in iPhoto, but when I create albums and upload in iCloud, my local disk space disappears.  I do not understand why I would lose local disk space by UPLOADING images that are already on my local drive?

    Any clarity would be useful, thank you!

    How do you send to iPhoto iCloud?

  • Using IMAP, how to reduce the size of local disk? Emails must remain on the IMAP server.

    Problem:
    My local disk is full (even with compacting emails).

    Condition:
    I use the IMAP protocol and have a lot of emails. I want all emails to stay on the IMAP server.

    Possible solution (that I couldn't know how):
    Only show the emails in Thunderbird.

    My experience:
    Parameter to 'retrieve only messages last 30 days' doesn't change anything (no doubt because the messages are already on the drive).
    Unsubscribe and re - subscribe folders doesn't change anything.

    Any suggestions?

    Yes, I just tried it with a one-time account and, it seems, everything is OK. Messages remain on the server, but there are only a few KB, taken on the local HARD disk.

  • Satellite A200-1RK: Local Disk F is not available after the recovery process

    Can someone help me?

    I have a toshiba Satellite A200-1RK laptop.
    Usually when I click on where it says MY computer I get three things they are Vista C and dvd rw drive E and Local drive F.

    But after a virus on my laptop and the only way to get rid was a full recovery I did OK.
    But after that I noticed that the local disk F is no longer there when I click on my computer the other two are still there.

    Someone can help and can understand what I'm on everything

    Hello

    1) click on the start menu
    (2) right click on computer and click on Manage
    (3) open the category storage and click Disk Management. Here, you will find your partition (s) to your disk.
    I don't know what you have here exactly, but I guess your drive F is localized. Right-click on it, choose, make new partiton, and follow the steps. It will be published.

  • ENVY of HP TouchSmart laptop 15: local disk D is not accessible

    My notebook Nr is: E1P04AV

    MODEL: 15 t - j100 ABA
    Rev: 1962-110
    CCDI: 0982110000405E00000320000

    I get this message when I access to 'My PC' and click on Local drive D: "local disk D is not accessible. The disk structure is corrupted and unreadable. »

    This local disk D is partitioned with local disk C. The two units are on SSHD, 1 TB, Seagate asa series drive.

    A 24GO SSHD is also installed with 1 TB HARD drive, but the SSHD is not visible in WIN10 in 'My PC' (or, indeed, it is this local disk D?).

    During each reboot, a message appears: "fix local disk D." But the local disk D does not seek redress.

    I just finished installing WIN10 and spent the day to reinstall all printers, scanners and software (with hindsight, I shudda treated first with this corrupted local disk).

    I'm going to local disk likely damage C which has the OS WIN10 on him (I guess), if I reformat local drive D? I would like to reformat ALCO D drive while in WIN10 (not in dos prompt mode).

    FOR INFO:

    My fingerprint reader has not worked in the month. It stopped working after I installed the update of the driver.

    Until I loaded WIN10, I tried to restore my inoperative SimplePass fingerprint reader by loading the newer driver for that I downloaded updates from the HP driver.

    Immediately after the installation of the driver SimplePass my laptop crashed with the BSOD on reboot.

    Each diagnostic single HP I ran in Mode BIOS says all readers and all components, everything going ON.

    What is happening with SimplePass driver software?

    I called Softex but no direct technical Support was available. I left a message, no one returned my call.

    I took the chance and selected the option "Format". The 'quick format' restored the local drive D.

  • all my data is all save on the local disk c, how to share the data with the other drive, local drive d.

    all my data records on the local disk c, how to share the data with the other drive, local drive d.

    Hi Jasonbichard,

    1. what type of drive is D? Is - this another partition on the same disk?

    2 Windows operating system you are using?

    You can change the location of the disk to save the data in the d: instead of C: and check if it helps.

    a. navigate to the location (username) C:\Users\.
    b. right click on the folder that you want to change the location, and then select Properties.
    c. click on the location tab and change the location to D: drive.

    d. click on apply and Ok.

  • Semi-automatic updates of local disk - how?

    Hello!

    What I want to do should be fairly simple, but I have not found the solution quite yet. What I want is for a machine target - with no internet or slow internet - to be able to pull updates from a locally attached disk, but also the internet.

    At this point, I will say that I don't want to apply updates individually or in a batch. One is laborious, and the other is not selective. Here's how I want the updates to work:

    1. the target machine determines the updates to download / apply. Either he finds this information from the Microsoft Update site or catalog stored locally (wsusscn2.cab) updates.

    2 present updates on the local disk are copied and applied.

    3 not present updates on the local drive are downloaded as usual from Microsoft Update by using the internet connection of the machine.

    -*-

    After some googling I found a script that partially accomplishes my aim here:

    http://msdn.Microsoft.com/en-us/library/aa387290 (v = vs. 85) .aspx

    Simply, this analysis the wsusscn2.cab file and lists the updates that the machine will have to. It doesn't download or obtain it from a local disk. It is also a script, which is good, but more work I have to learn Windows scripting.

    Another suggested approach running WSUS on a laptop running Windows Server, or even running WSUS on a Windows virtual machine... the two methods seem too complicated for this seemingly simple task. And the two methods require a Windows Server license. Given that this is not intended to be used in the environment domain, but on some PCs to the home user, I'm not like buying Server 2008 ;)

    As I said, I'm sure this must have been done already. I know some 3rd party applications this offline update (now called WSUS offline update) t, for example, but don't wish to not use non-free software from unapproved sources. A MS application would be preferable.

    Thanks in advance for your help :)

    (Key words for google: offline, standalone, usb, sccm, sms itmu)

    Hi k9wazere,

    The question you have posted is related to scripts and would be better suited to the TechNet community. Please visit the link below to find a community that will provide the best support.

    http://social.technet.Microsoft.com/forums/en-us/iTCG/threads

    Amrita M

    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Update (KB967715) will not be installed. Cannot open the local disk C, with double click

    I have installed above updated 6 times, when install it says its 0 KB. said after complete installation, but the update is not installed. I just re-formatted my computer and this is the only problem so far. now when I goto:

    My computer
    Local disk C:
    Left click (to open), I get following error:
    Windows cannot find 'info.exe.

    I can only open the hard drive with a right-click then left-click Open. Not the end of the world, but I would like to address this problem.

    I think its something to with what precedes the day and the Autorun feature.

    Thanks for any information, that everyone has.

    Hello

    It seems to be a virus called protectfile.vbs or autorun.inf.

    Follow the steps below to remove this virus from your computer.


    MoveOnBoot open

    Go to rename Action-> rename file

    A dialog box opens, select the file. Because these files are hidden files, you will not be able to travel and see. Please enter
     
    Enter "C:\protectfile.vbs" in the section of the file selection.
    Enter "C:\protectfile.html" in the section of the destination file. Enter OK.

    Similarly, repeat steps 2 through 4 for the file 'C:\autorun.inf' and rename the in 'C:\autorun.html '.

    Do not restart your computer. We have implemented moveonboot to rename the .vbs ProtectFile in only one of the disks.

    Repeat step 2 to 5 for each disk. For example, if you have 4 drives on your computer (C, D, E, F), then you will have to rename '.vbs C:\protectfile', 'D:\protectfile.vbs', 'E:\protectfile.vbs' and '.vbs F:\protectfile' 'C:\protectfile.html', 'D:\protectfile.html', 'E:\protectfile.html' and 'F:\protectfile.html' respectively.

     
    Even renaming file "autorun.inf" in all readers for the corresponding ' autorun.html' files.

    Restart your computer. We have disabled the virus.

    Now we will remove it completely.

    Reopen MoveOnBoot.

    Go to delete Actions-> delete the files

    You will not be able to browse and reach the files. Then click Browse and enter 'C:\protectfile.html', 'D:\protectfile.html', 'E:\protectfile.html', 'F:\protectfile.html', 'C:\autorun.html', 'D:\autorun.html', 'E:\autorun.html' and 'F:\autorun.html '.

    Restart your computer.

    The steps above should solve the problem for you.

    ======================================

    Click on the link to the following article for the update KB967715: http://support.microsoft.com/kb/967715

    All the best!

  • I'm not able to merge the partition not used to the local disk partition

    I'm using windows xp service pack 3 and I have deleted my partitions from disk 2, but im not able to merge the partition not used to the local disk partition, what should I do?

     
    Original title: HELP ASAP!

    Hi Joseph.

    Suggestion of PML in the thread below, can be very useful.

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_xp-performance/how-do-i-merge-two-partitions-in-XP/d2a7fa28-b2dc-41F6-9cd3-2c2beb6c6865

  • Strange Local Disk Q: was added to my computer

    My new HP Pavilion dv7 for some reason is now show under hard drives ' Local disk (Q'I have no idea where it comes from all of a sudden.).  I have nothing connected or disconnected.   He denied access, said that it is not accessible.  No matter what I do, I can't explore, delete, check properties etc.   Everyone understand this oddity?  How I'd get rid of it.

    If you have Microsoft Office 2010, which is the creation of the Q drive. It uses Application Virtualization (App - V) technology which requires the creation of a virtual disk. By default, the drive letter for this virtual drive is q in some systems, it may substitute the letter R Q.

    This disc cannot be hidden or deleted...

    Here are some links that will give you better understanding of Click-to-run service that generates this drive Q... http://support.Microsoft.com/kb/982434 and http://support.microsoft.com/kb/2257628

  • My local disk drive letter changed from C to D after the installation of Windows XP.

    Help to install window Vista! PLEASE, I BEG YOU! Help!

    Hello!

    For some reason any Local disk under C and D after that I installed Window XP.

    I tried and tried to go back to C but I can't because he has this partition called reserved system, which is 100 MB and this partition has C

    But when I open the window Vista * this is not a CD is an ISO * it happens like that

    "The system (c) partition has insufficient free space. Windows installation needs at least 392 megabytes (MB) of space on this partition. "To install Windows, enough free space and restart the installation.

    Its evil!

    I don't know why its saying C

    My D drive * how window 7 was a c drive * had over 500 GB of free space

    My C drive * which is the reserved system * has about 62 MB on it?

    How can I install Windows vista! I NEED THE ANSWER OF TOMORROW!

    Hello

    Try to change the name of the partition through BACK:

    http://www.ehow.com/how_5969792_change-letters-outside-Windows-XP.html

    www.YouTube.com/watch?v=wmdFejeMyr8

    Hope it works.

    Thank you

    Nitin Aswani

  • Remove temporary files from the local disk c/documents and settings/user/localsettings/temp name

    Remove temporary files from the local disk c/documents and settings/user/localsettings/temp name

    By definition, this folder should contain only the elements you don't need.  If I understand correctly, this temporary folder is a place where temporary files are stored during program facilities and the facilities.  However, I have seen references other sites to help saying some programs can store folders and files.

    I do my own temporary file elsewhere, name it accordingly and move all the files in the temp folder to the new folder. Use your computer normally for a while, and if nothing complains about missing files, you have a good indication that none of the moved files are important and should be safe to delete.

  • Help local disk drives of switching

    How to move from the local disk (c) to local disk (d :)) (c) is full?)

    Spend what?

    When you install new programs?  Simply make custom installations.

    When you save downloads?  Or search for the alternative location.

    Where your My Documents folders and such point?
      http://support.Microsoft.com/kb/310147
    or
      http://www.mydigitallife.info/change-my-documents-folder-default-location-path-in-XP-and-Vista/

    But a more permanent solution - to expand drive C (if possible) with a third-party utility or the image reader and somehow apply this image to a new disk that is bigger... or - in other words - get a larger overall size of C:.

Maybe you are looking for

  • What key combinaton am I accidentally hit which closes Firefox?

    I'm left-handed. It's probably ctrl and possibly shift and something, or maybe the CTRL and the mouse? I do kind of a combination of keys (caused by typing fast and not knowing with certainty that keys I'm just hit) and it's driving me batty. Help, p

  • remove the apps

    How to delete apps I don't use?

  • Message to update the serial number.

    I got my Compact computer for 5 years. About 2 weeks ago, the motherboard went on the computer... I sent it to be repaired. The person to fix my computer had a family emergency and had to leave the State. He took my hard drive and placed in an Emachi

  • blue screen after restoration

    I understand how try to restore the operating system on this acer computer and now I get a bluescreen after the first time, that we're back to zero after the restoration. laptop is an acer aspire 5742z-4649. I don't know what is causing the problem.

  • Clip power + can not be formatted

    This clip, I bought in August 2009 and has stopped working last week. It doesn't. He was about 50% charge remaining. When I plug it into my computer, it is recognized as a USB (WINXP & WIN7) & then message 'you must format the disk into G: drive unti