Upload directories and/or multiple files

What's the easiest way to let a user upload multiple files or entire directories? I know the html input file tag only allows one per text box, but i would like the user to be able to select groups of files or specify an entire directory to upload. Could somebody help me with this?, thanks in advance

Yes Thru a web browser!!!... but i don't want to force the users to click the browse button everytime they want one or more files. I need something that will allow me to click shift or control and select multiple files or just a directory. Anything you can know about it please just let me know it?

Similar Messages

  • Open and print multiple files from the Finder all at once.

    I'm trying to research how to do this. In OS9 you used to be able to hi-lite multiple files (Word files for example) and just hit Command+P. This would automatically open all of the files AND print them.
    I can't seem to do this in my OS X. Or can I? I can hi-lite and go to File/Print, but the computer is only opening but not printing.
    Any suggestions??
    iMac   Mac OS X (10.4.8)  

    I don't know how to both "open and print" multiple files in one step. The ⌘O combination of course will open multiple items. The items remain selected so switching back to the "Finder" and dragging multiple icons onto the icon for "/Applications" > "Utilities" > "Printer Setup Utility.app" seems to cause them all to be printed to the default printer.
    Alternatively, a user's "~/Library/Printers" folder contains printer icons -- I'm not sure what they are exactly, but they represent the printers set up for that account. They function pretty much like the pre-OS X "Desktop Printer" icons so dragging and dropping multiple files onto them should cause them to be printed. It may even be possible to create aliases to them on the "Desktop" to recreate "Desktop Printer" functionality. But again, this won't open the files into their applications.

  • AppleScript - Writing to non-existent directories, and non-existent files..

    All,
    AppleScript - Writing to non-existent directories, and non-existent files...
    Creating directories several levels deep on the fly.
    How do we write to a file that does not exist, buried deep down in a hierarchy of directories that don't exist either...
    In trying to do this I explored two options. One used AppleScript, assisted by UNIX, which was simplicity itself, the other one used only AppleScript and was considerably more complex, and slower.
    http://www.mac-specialist.com/r/asckdirs.html
    Hope these are useful,
    Best Regards,
    Bill Hernandez
    Plano, Texas

    Simplified code examples - lacking extensive error checking -
    UNIX example 001:
    set file_Name to "Sales Figures.txt" -- File to create.
    set file_Path to "2006 Sales:Forecast:Fruits:Flordia:Oranges:Large" -- Folder to create.
    set UNIXfilePath to (quoted form of (POSIX path of file_Path))
    try
    do shell script "mkdir -p " & UNIXfilePath -- Attempt to create a folde, and respective intermediary folder(s).
    end try
    try
    do shell script "touch " & UNIXfilePath & "/" & file_Name -- Attempt to create a blank file.
    end try
    UNIX example 002:
    set file_Name to "Sales Figures.txt" -- File to create.
    set file_Path to "2006 Sales:Forecast:Fruits:Flordia:Oranges:Large" -- Folder to create.
    try
    do shell script "mkdir -p " & (quoted form of (POSIX path of file_Path)) -- Attempt to create a folde, and respective intermediary folder(s).
    end try
    -- Create a file, and enter some text.
    set FREF to open for access file (file_Path & ":" & file_Name) with write permission
    write "Beispieltext" to FREF
    close access FREF
    AppleScript example:
    set file_Name to "Sales Figures.txt" -- File to create.
    set file_Path to "2006 Sales:Forecast:Fruits:Flordia:Oranges:Large" -- Folder to create.
    -- Obtain list of text items of 'file_Path'.
    set {oAStID, AppleScript's text item delimiters} to {AppleScript's text item delimiters, ":"}
    set filePathList to text items of file_Path
    set AppleScript's text item delimiters to oAStID
    tell application "Finder"
    set folder_Path to name of startup disk -- Obtain name of boot disk.
    repeat with i in filePathList -- Cycle through list.
    try
    make new folder at folder_Path with properties {name:i} -- create folder.
    set folder_Path to folder_Path & ":" & i -- Create new path for next new folder.
    end try
    end repeat
    end tell
    -- Create a file, and enter some text.
    set FREF to open for access file (folder_Path & ":" & file_Name) with write permission
    write "Beispieltext" to FREF
    close access FREF
      Mac OS X (10.4.4)  

  • How to read multiple files and generate multiple files

    Dear all, I would like to process some LTE measurement files. Currently I can only load a single file and process the data and save it to a single binary file. Since I would like to run the code continously, could someone show me how I can modify the code to load multiple files and specify multiple files to save the process the data please? I have attached the code to the question. Many thanks for your help.
    Attachments:
    RF Analyze IQ File.vi ‏46 KB

    There is no official "bin" format and I am confused by some of your statements:
    Kiwibunny wrote:
    Currently I can only load a single file and process the data and save it to a single binary file. Since I would like to run the code continously, could someone show me how I can modify the code to load multiple files and specify multiple files to save the process the data please? I have attached the code to the question. Many thanks for your help.
    What you could do is use "list folder" with *.bin as pattern, and use a FOR loop and iterate over all *.bin files found in a selected folder.
    In any case, your code uses some weird constructs and you seem to do way to much. Are you using "continuous run" mode? Don't!
    Use a proper state machine instead ot these stalling loops. Why do you need to query the queue after each enqueue? Why do you need a queue at all?
    LabVIEW Champion . Do more with less code and in less time .

  • How can I use the "Correct camera distortion" filter and process multiple files in PSE 11?

    How can I use the "Correct camera distortion" filter and process multiple files in PSE 11?

    Did you check the help page for Correct Camera Distortion and Process multiple file
    Correct Camera Distortion: http://helpx.adobe.com/photoshop-elements/using/retouching-correcting.html#main-pars_headi ng_5
    Process multiple files: http://help.adobe.com/en_US/photoshopelements/using/WS287f927bd30d4b1f89cffc612e28adab65-7 fff.html#WS287f927bd30d4b1f89cffc612e28adab65-7ff6

  • I am looking to turn my iPad into a portable device to store and view multiple files transferred from my pc. I have tried some apps but it does not support multiple sub folder transfers.  Any suggestions please?

    I am looking to turn my iPad into a portable device to store and view multiple files transferred from my pc. I have tried some apps but it does not support multiple sub folder transfers.  Any suggestions please?

    I use GoodReader on my iPad and use the GoodReaderUSB tool. the GoodReaderUSB tool allows you to transfer entire folders into GoodReader without loosing the folder/file structure.
    Windows: http://www.goodiware.com/usb/GoodReaderUSBWin_200.zip
    Mac: http://www.goodiware.com/usb/GoodReaderUSBMac_202.zip

  • Zip and extract multiple files using java program

    how can i zip and extract multiple files using java program.

    Hi,
    Look into the java.util.zip and java.util.jar they expose methods to manipulate zip and jar files.

  • Select and open multiple files in Excel 2013

    In older versions of Excel, I can open several previous files at once by clicking File==> Open and then using the "look in" ==> History option to see my recently openend files. Using the Ctrl key, I can then select three or four recent files
    and then click Open to open them all simultaneously.
    I can't find a similar option for doing this in Office 2013 and it's driving me crazy! Can anyone help?

    Hi,
    As your description, my understanding is that you want to select and open the multiple files in Excel 2013.
    Thus, I tested to use Excel 2010. Click File tab>Click Open Tab or Recent Tab. I could not find "Look in" and "History option ".
    If I want to open the the multiple files, I only conld use open tab and choose one folder to use Ctrl to choose  the multiple files.
    And if I click Recent Tab, I could open one file when I select it. I could not reproduce your steps.
    If you could upload some pictures or more steps informarion in the forum, I’ll be appreciated for you.
    Next, If you want to select and open the multiple files in Excel 2013. I recommend you select the
    Quickly Access This Number of Recent Workbooks check box on the
    Advanced tab of the Excel Options dialog box (right below the Show This Number of Recent Workbooks option) to have Excel display the four most recently opened workbooks as menu items at the bottom of the File menu in the Backstage
    view.
    It'll help you find the 4 recent files quickly.
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click here

  • Uploading directories result in duplicate files with .LCK extension. 

    When I currently upload files where a change to the template
    has occured I have to go into 9 individual directories, block copy
    the files and upload them. Is there any way I can upload the site
    with one action? When I have tried this either by using "Put" or by
    trying to up load the directories en-mass I end up with duplicated
    files, the duplicates all have the extension .LCK. Has anyone come
    across this before?

    Is
    > there any way I can upload the site with one action?
    expand the Files Panel.
    look in the menu for "select recently changed files"
    I end up
    > with duplicated files, the duplicates all have the
    extension .LCK
    You've enabled "check in /check out" in this site definition.
    Is anyone else working on the remote site files??
    If you don't need checkin/checkout then disable it in the
    site definition
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How do I drag and drop multiple files on a control?

    LabVIEW supports dragging and dropping a single file on a path control, and have the path control populated appropriately. I want a user to be able to highlight multiple files (say, from the OS Find File window, or anywhere really) and drop them into a path array control in LabVIEW. I was hoping putting a path control in an array would do the trick, but it didn't. The mouse cursor changes to the "+" icon as it did for a single file, but when I release the button the system just beeps. Is this even doable?
    Thanks, Bob Martin

    I guess I was hoping that the path control would realize it was in an array, and starting with the actual control where the drop occurred (if more than one item of the array is visible) start populating subsequent slots with the other file paths.
    I'm not sure how much work would be involved, but maybe I could make a control in VB that would accept the drop event and output the path array I'm looking for. I've never made a control in VB for LabVIEW before, so I'm leary of how much time that would take. I'll add this to my list of "things to do that never seem to get enough priority to do."

  • Sub folders and Process multiple files in Photoshop Elements 10

    I am looking to apply the same adjustments to numerous images in numerous sub-folders and overwrite the original images.
    Using the Process Multiple Files options,  I added the main folder (which contains no images) to the Source field, selected the Include All Subfolders tick-box, also selected the Same as Source tick-box (which warns you original files will be overwritten) and then completed the image adjustments I required.   However, after running the process all the adjusted images were saved in the main folder and did not overwrite the originals contained in each sub-folder.  Does anyone know if there is a setting I am missing to replace the images in the sub-folders or is this by design ?

    bossti a écrit:
    hi, so is it possible to keep the same subfolder structure as output location? regards! bostjan
    No...
    I think you are going to run great risks in trying to use batch process like 'process multiple files' or 'export' while relying on subfolder structures.
    - the organizer is much more powerful with its database and keywords management than a folder structure organization,
    - Batch processes are limited in Elements
    - 'Good practice' calls for keeping originals intact.
    What are you wanting to do exactly ? We might be able to suggest alternative workflows.

  • HOW TO - Create new from clipboard and process multiple files - please help

    Need help - have new version of photoshop on trial only ATM...
    Want to know - HOW TO:
    1. Create new from clipbaord
    2. Process multiple files
    Please help.

    For clipboard copy, I start with File > New and the size will be set to what's in the clipboard. Then once the new file is opened, Edit > Paste will place the clipboard contents as a layer in the new document.
    You must remember to use the command Layer > Flatten Image of you want to save as jpeg or any other file format that doesn't support layers.
    For processing multiple files,
    File > Automate > Batch or
    File > Scripts > Image Processor...
    Check the User guide or google information for those commands if you have specific needs.
    Gene

  • Regarding message spliting and posting multiple files

    Hi All,
    I have a requirment like i am getting multiple IDOCs as input with differend CustID(each Id may be repeated).I have to group based on a CustID ,ie all Idocs belonging to a particular CustID will be placed in one group.
    Then i have to make a seperate file for each CustID group and post it to the output folder.
    I tried to use xslt mapping to group,but i am finding it difficult to split the message and post it as multiple files.
    Is there any effective way to implement the above requirement?
    Thanks and Regards,
    Anika

    Anika,
    What i make up out of your post is that you have multiple idocs and you want to transform these into multiple messages which are based on the CustID, see below
    IDOC 0001
    custID 010
    IDOC 0002
    custID 020
    IDOC 0003
    custID 010
    And you want to get to the target as
    CustID 010
    IDOC 0001
    IDOC 0003
    CustID 020
    IDOC 0002
    Why not use Duplicate subtree and let the dependency determined on the CustID
    So if CustID is 001 then the entries of IDOC 0001 and 0003 are added and whenever CustID is 020 is the IDOC 0002 is added
    I don't have a SAP Pi system available at the moment to get in more detail but if you need some more let me know and maybe i can help.
    Greets

  • Traversing all directories and listing all file objects

    Hi
    I am wondering if someone can help me out.
    In IFS, I would like to traverse recursively down all directories starting from a particular directory to be set by me, and collect all objects that are file objects, say in an Array of PublicObjects. However the listing should exclude folder objects. Obviously the folder objects would be used to traverse further down the directory tree and collect more (file) PublicObjects.
    I have tried a few things but I can't seem to distinguish between folder and file objects. If someone could provide me with a code example to get me started that would be tremendously appreciated.
    Thanks very much.
    Hugo

    Can you not just test for an instance of Folder?

  • Packaging and Collecting Multiple files

    Hi,
    Does anyone know of a quick way to collect multiple files for artwork.
    I have 60 individual fact sheets that I need to send to print, doing each individually will drive me mental!
    Ta
    Jim

    Hi, sorry, I'm a bit technology-illiterate, and I replied to this post because it looked the most relevant to what I was hoping to accomplish.
    I don't have InDesign, so I guess I'm in the wrong forum, but any help ANYONE can provide would be appreciated.
    I do apologize for not posting in the right place, but frankly the help page for Adobe Reader 9 (which is what I have) had absolutely no answers to my question.
    Basically, the task at hand is to create a coherent, single PDF file, if possible, from 33 images that I have. These images are copies of pages from a primary source document found via the Library of Congress. When I hit the "save image" button on the website, that is the format that they downloaded in.
    My OS is Windows Vista. I know that I have, at some point in time, managed to jury-rig a PDF from multiple files before, but I can't remember how on earth I did it the first time because I came about it by accident.
    I'll understand if it's impossible to make a PDF out of the files the way that they're currently formated, and I do appreciate your timely response.
    Thanks so much for trying to help, and please let me know if you can think of anything I can do (without paying to download a program - I'm way too poor for that)

Maybe you are looking for

  • Open PO /GR list

    Wanted a list of Open PO's (having open goods receipt). Transaction ME2N provides the list but total & grand total is not there. Tries using ME80FN also but it only had deleivery incomplete indiacator so doesn't cover PO with open Goods receipt (WE10

  • Using iPhoto 09 with Aperture

    I've been storing all my master pics in iPhoto 08, then creating versions of them in Aperture to edit. Will updating to iPhoto 09 in any way corrupt the links from iPhoto's masters to Aperture's versions?

  • PLANT OVERHEAD TO BE ADDED

    We have finished material down the level semi finished material and we wanted to apply plant overhead only for finished material not for semi finished.Please suggest solution .

  • Good Use for TiBook G4 667Mhz

    Hello all! Aside from the systems listed in my profile below, I still have my first Pro class laptop (15in. Ti Book G4 667, 768mb RAM, 30gb HDD) and was using it daily up until about 2005. It's currently loaded with OSX 10.4 or 10.3. Though it hasn't

  • Living in a Widows World

    I am using a G4 Mirror Door. I put two QuickTime movies, One video and the other a slide show on my web page. It works fine on my computer, but some students cannot get it to work on their PC. Could someone look a d listen to my QuickTime on a PC and