Is it possible to upload mp4 files to ATV...

Is it possible to upload mp4 files to ATV by way of an FTP application, such as Fetch or Cyberduck?
I'm currently using iTunes to Sync my mp4 over to the ATV, but was wondering if the other way is possible?
Thanks!

When you drag an MP4 into iTunes, it will Sync it to the ATV. Is there another program that will do that aside from iTunes?
There's a application called ATV Flash, which I don't need, but they have this feature:
Access Media Anywhere
Don't depend on iTunes any longer. Drag and drop media onto your AppleTV, or even stream it directly from most NAS devices. This feature includes support for FTP, SFTP, SSH and SMB protocols.
I was wondering if there's such an application aside from ATV Flash.
Thanks!

Similar Messages

  • URGENT: Is it possible to upload multiple files using STRUTS

    Hi,
    Is it possible to upload multiple files using STRUTS.
    I am able to upload a single file. But how do i upload multiple files ??
    upload.jsp
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/WEB-INF/struts-template.tld" prefix="template" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <html:html>
    <head>
    <title>New Page 1</title>
    </head>
    <body>
    <html:form action="/secure/uploadFile.do" enctype="multipart/form-data" method="POST" type="com.smartstream.webconnect.user.actions.UploadActionForm">
    <p>File to upload
    <html:file property="fileUpload" size="20"/></p>
    <p><html:submit/></p>
    </html:form>
    </body>
    </html:html>
    UploadAction.java
    public class UploadAction extends BaseAction {
        Logger log = Logger.getLogger(AttachMessageAction.class);
        public ActionForward executeAction(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws ActionException {
            System.out.println("executeAction of UploadAction");
            UploadActionForm uploadActionForm = (UploadActionForm) form;
            int fileSize = uploadActionForm.getFileUpload().getFileSize();
            System.out.println("uploadActionForm.getFileUpload().getFileSize() = " + uploadActionForm.getFileUpload().getFileSize());
            byte buffer[] = new byte[1024];
            try {
                BufferedInputStream bufferedInputStream = new BufferedInputStream(uploadActionForm.getFileUpload().getInputStream());
                FileOutputStream fos = new FileOutputStream("s:\\uploaded\\" + uploadActionForm.getFileUpload().getFileName());
                int read;
                while ( (read = bufferedInputStream.read(buffer,0,buffer.length)) != -1) {
                    fos.write(buffer, 0, read);
                fos.flush();
                fos.close();
                bufferedInputStream.close();
                return mapping.findForward("success");
            } catch (IOException e) {
                e.printStackTrace();
                return mapping.findForward("error");
            }catch(OutOfMemoryError o){
                o.printStackTrace();
                System.out.println("o.getMessage() " + o.getMessage());
                return mapping.findForward("error");
    UploadActionForm.java
    public class UploadActionForm extends ActionForm{
        private FormFile fileUpload;
        private byte[] fileContent;
        public FormFile getFileUpload() {
            org.apache.struts.taglib.html.FormTag _jspx_th_html_form_0;
            return fileUpload;
        public byte[] getFileContent() {
            return fileContent;
        public void setFileUpload(FormFile fileUpload) {
            this.fileUpload = fileUpload;
        public void setFileContent(byte[] fileContent) {
            this.fileContent = fileContent;
    }--Bhupendra Mahajan

    Yes, you could try using the multipart handler...
    But I have a better idea...
    Determine the maximum number of file uploads that the
    user can do at one time. I mean, you can't
    realistically have the user upload a million files at
    one time. So say the max is 20. So you create your
    action form class with 20 FormFile fields called file1
    to file20.
    Then when you dynamically create your page, you
    dynamically create the specified number of file fields
    and 1 hidden field called "totalFiles" which contains
    the number of file fields you created. This should be
    an int field in the form bean.
    Then when you do your action processing, you just loop
    thru the totalFiles... Or well, actually, you may not
    need that at all. You could just check all the
    FormFile fields and whatever ones aren't null contain
    files.But what about UploadActionForm.java[b]
    How do i have exact mapping of the HTML form in this file ??
    --[b]Bhupendra Mahajan

  • Is it possible to upload large files through FTP to server with iWeb?

    Is it possible to upload large files through FTP to server with iWeb like for example with Cyberduck?
    I don't need to publish website with files, I just need to upload files on server. Can it be done somehow with iWeb?

    Here's some info about FTP...
    http://www.iwebformusicians.com/Search-Engine-Optimization/Upload.html
    Make sure you are allowed to store files on your server. Most hosting services don't allow anything to be stored that can't be accessed via the internet. Check the fine print!

  • Problem with Premiere Elements 11 uploading mp4 files

    I tried to upload a video footage for editing. The video was taken using a GoPro camera and the output is mP4. The footage playback on Premiere Elements 11 was choppy and stalled often. I asked someone else with the same program and he experienced the same issue- so much so that he quit using Adobe's software and switched to Mac/iMovie. Any thought on why or how to fix the problem? I emailed Adobe support a couple of times for the problems encountered in both Premiere and Photoshop but have gotten no response from them. Thanks.

    Gumbie10
    Appreciated the follow up. Would like to offer some considerations....
    1. If you are looking at choppy video, then you must be on the Premiere Elements 11 Expert Timeline or Quick Filmstrip in order to see the choppy video in the Edit Mode monitor. Consequently, to see the video you had to import it.
    a. How did you import it? Add Media/Files and Folders to get the files into Project Assets from where you dragged the files to the Expert Timeline. (In the Quick Filmstrip route, there is no Project Assets intermediary. It is Add Media/Files and Folder/with direct to one of the scenes in the Filmstrip).
    b. Once you had the files on the Expert Timeline or Quick Filmstrip, did you render the files there by hitting the Render button or by hitting the Enter key of the computer main keyboard?
    2. Premiere Elements 11 automatically takes over setting up the project preset for a new project. The project preset should match the properties of the source media. Sometimes it does the set OK; sometimes, not. Check to see what the program has set if you did not set the project preset yourself manually. (Edit Menu/Project Settings/General and readings for Editing Mode, Timebase, and Frame Size.)
    3. If you are using the GoPro Hero 3 Black at the 1080p set, then the video codec (compression) is AVCHD (MPEG4 AVC/.H264). The question becomes at what frame rate...30, 60, or other progressive frames per second. From what you wrote, apparently what you have has a .mp4 file extension (that is what is called the container, the format that wraps the video and audio compressions).
    4. Then we come to the matter of your photos. What are the pixel dimensions that you are trying to use for this Premiere Elements project? Have you gotten to importing the photos or is it only the videos that you have tried to import into a Premiere Elements 11 project?
    Please review the above.
    But, I am also concerned about
    Meantime, for still images, I did my editing on PS Element 11 and used Live Movie Maker to put together the video. It works for me. I had trouble with the output (to burn DVD/Cd and to upload to PS showcase) in the PS Element as well.
    Thanks again for the input. I'll give an update later.
    Do you want two separate projects, one for video and one for stills or is all that a workaround for overall issues.?
    Please do not hesitate to ask for clarification on anything that I have written. I will rewrite if necessary so that we are in sync.
    The answers are in the details.
    More later.
    ATR

  • Download uploaded mp4 files from MediaSense

    Hi Team,
                                  Currently i have a media Sense server where i have so many mp4 files uploaded by one of my team mate. i want to download those mp4 files from media sense server. But when i checked in Media File management there is only one option that is play, there is no option to download the file. When i checked help for that page it is mentioned like "depending on your browser, you can right click the green arrow and select an option to download the file to a location of your choice" . I tried in IE,Chrome,Firefox, but in none of the browsers i don't see download option when i right click on play button. Can some one please help me to download the file. 
    Is there any other way to download those files?
    Note: if this is not the right community to ask this question , please redirect me to the correct one.
    Thanks in advance,
    Sasikumar.

    Does Youtube have a download link? I think you might need an add-on for that.
    If you used Firefox's Reset feature, you probably lost the extension that was providing this function, or which was broken, depending on how you look at it. Can you find an "Old Firefox Data" folder on your desktop? It can be difficult to figure out the names of your old extensions because they often are saved in folders named with long strings of numbers and letter (unique IDs).
    Maybe if you describe how the link/button/menu used to look someone will recognize which extension it was. For example, the icon/button for [https://addons.mozilla.org/firefox/addon/video-downloadhelper/ Video DownloadHelper] looks like 3 different colored balls.

  • Need help uploading mp4 file into Muse

    Help please!
    I have a very nice quality, short animation I want to add to my Muse website's home page, but am stuck on putting the video file into the site. I have found that I need to change the mp4 into a swf (flash) file, but I couldn't get that to work either. (Flash gives me the error: "One or more files were not imported because there were problems reading them." when trying to import the mp4 and mov file to convert to swf. I have tried HTML5 also, but can't seem to get the code right.
    Can anyone help me get this video file into a Muse site? If that means I just copy a piece of code and put it into Muse that would be great. If it means I just have to drag and drop, that would be even better! (dreaming a little bit!)
    Thank you!

    HI,
    try some  suggestion given in following threads
    Re: Adding HTML5 Video in Adobe Muse
    Re: embedding video in Muse
    A useful video
    Do let me know if you have any question.

  • Is it possible to upload multiple files at the same time?

    Hi folks,
    It seems pretty trivial to implement a file upload item, but is there some way to allow selection (upload) of multiple files at the same time? Seems like this has probably come up before, but I didn't find much for solutions in my search. Any links or insight would be appreciated.
    Thanks!
    -Adam vonNieda

    Thank you both for your replies.
    @Manish - That does allow for multiple file uploads without refreshing the page, but does not allow for multiple file uploads at the same time.
    @Tony - That might be the way I end up going, although I probably should have been more specific. It would be really nice it there was a way to do a mutli-file select using the control or shift button like you can with a standard file selection dialog (if you want to copy multiple files, for example). Having a separate line for each file browser means there has to be a limit on the number that can be selected at the same time.
    Has anyone implemented a method of selecting multiple files at once, and hitting an upload button once to get them into the database?
    Thanks again Manish and Tony, very helpful.
    -Adam

  • How can I upload a file to a website from my iPhone 5?

    I have a copy of my résumé on my phone and want to apply for a job online. The website has an upload button but all that does is take me to my photos and using copy/paste removes all formatting.

    You can only upload images to websites through the browser. Not possible to upload other file types.

  • How to upload many Files in the table of Project Document (Solution Man)  ?

    I have generate some hundreed  PDF-Files and I want to upload this PDF files in the table of  Project Documentation in the Solution Manager.
    In the Solution Manager is it only possible to upload this files single.
    My intention is  to write an abap program that upload all files automatically in this Project Documentation and assign this documents in the right  project.
    Which tables are used in this context ?
    Where I can find the assignment  between documents and projects  in se16, in wich table ?
    Is existing an introduction document to this topic, where i can get more information ?
    Thank you in advance.

    GerdW wrote:
    Hi dimitriev,
    Target: I have a array of cluster in my project in main VI and have lots of VIs which uses this array via reference as global variable.
    When accessing that array from a lot of locations simultanously you will get RACE CONDITIONS. Easily and fast…
    Use a FGV aka AE instead to encapsulate your "data object"!
    Another good option sounds like the Data Value Reference.  Those work really well if you want to keep a reference to pass around to everybody.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • How to upload a file on HTTP server

    Hi All,
    I am porting a flex project to HTML5 where I need to upload a file on HTTP server.
    I do google and tried to find out a solutions.
    I could see following article on HTTP upload
    https://developer.tizen.org/dev-guide/2.2.1/org.tizen.web.appprogramming/html/tutorials/w3 c_tutorial/comm_tutorial/uploa…
    Uploading Files using AJAX | Holyhoehle's Blog
    File uploads using Node.js: once again | Componentix blog
    All article make use of file object for uploading.
    Unfortunately I do not have file object but have complete file path.
    is it possible to upload a file without showing a file selection dialog or without doing drag/drop.?
    Please help me in right direction for HTTP upload.
    Regards,
    Alam

    If you have a file path, you can read file like Base64 string:
    var fileStr = window.cep.fs.readFile(filePath, window.cep.encoding.Base64).data;
    then you can send this Base64 string to server. I'm using xmlhttpReguest for sending data to server (i'm using JSON format).
    And save file on server (Base64 string).
    window.cep.fs... functions - for working with File System. (read, write ...)
    Example for working with files - demo where to find it?
    CEP APIs information - Adobe CEP APIs | Adobe Developer Connection

  • Upload ZIP File

    Hi Experts,
    Is it possible to upload multiple files or can we upload a ZIP file in web dynpro abap????
    I got to know about an intersting UI element of AcfUpDownload UI element, but still am not getting clear on it.
    Also I have checked in this link Web Dynpro ABAP Tutorial: ACFUpDownload and ACFExecute as well as standard component WD_TEST_APPL_ACFUPDOWN. But now I have confused a lot
    Please give me some idea, as how can I go ahead for uploading ZIP files.
    BR,
    RAM.

    Thanks Kiran,
    I was waiting for your reply only
    Even I saw the same Flash Islands wiki, but thought that I can do the same thing using normal web UI element itslef.
    Also please clear me one thing Kiran, can I use the File Upload UI element for uploading the ZIP File???
    As my client already has ZIP file in hand, I don't wish to go ahead for CL_ABAP_ZIP again.
    BR,
    RAM.

  • Upload [Flat File]

    Hi I'm using oracle apps R12..
    in oracle apps R12 is there any possibility to upload flat file into oracle apps? from client side?
    plzz help

    Hi,
    IINM, DataLoad can be used for free (Basic version). If you do not want to use this tool, you could use WebADI instead of ADI (as you are on R12).
    Build Custom WebADI Integrators with EBS 12.1.2 Desktop Integration Framework
    http://blogs.oracle.com/stevenChan/2010/02/webadi_dif_ebs.html
    Useful Web ADI custom integrators docs
    Useful Web ADI custom integrators docs
    Oracle Web Applications Desktop Integrator Implementation and Administration Guide
    http://download.oracle.com/docs/cd/B53825_03/current/acrobat/121bneig.pdf
    Thanks,
    Hussein

  • Uploading .txt file to z table

    Hai Friends,
    I want to upload a .txt file to Z table which contains around 27 fields. but .txt file contains data in two lines by as follows.
    4.5  2.36  21.56 25  36.14  47.00  145.3  1247.6
    10.2  4.6  23.5 589.1  20.1  45.6
    Is it possible to upload the .txt file.

    Hi,
      It is possible to upload txt file to ztable. You need to write small program for that.
       Please see the example code below. Here from excel they are converting to internal table, use 'GUI_UPLOAD' to convert text file data to internal table and use this internal table to upload data into ztable. use MODIFY ZTABLE FROM TABLE ITAB.
    Also maintain the internal table structure and structure of the ZTABLE should match.
    **& Report  Z_DEMO_FILL_TABLE
    report  z_demo_fill_table no standard page heading line-size 255.
    selection-screen begin of block b1 with frame title text-003.
    selection-screen skip.
    *File Name
    selection-screen begin of line.
    selection-screen comment 5(28) text-001 for field p_file.
    parameters: p_file type  rlgrap-filename.
    selection-screen end of line.
    selection-screen skip.
    selection-screen end of block b1.
    data declarations.
    *data: get_po_header type standard table of BAPIEKKOC,
         get_PO_HEADER_ADD_DATA type standard table of BAPIEKKOA,
         get_PO_ITEMS type standard table of BAPIEKPOC,
         get_PO_ITEM_ADD_DATA type standard table of BAPIEKPOA,
    data:   get_poheader type standard table of bapimepoheader,
            get_poitem type standard table of bapimepoitem,
            it_data type table of alsmex_tabline initial size 0.
    data: wa_poheader like line of get_poheader,
          wa_poitem like line of get_poitem,
          wa_data like line of it_data,
    *tables used for catching messages returned by bapi
          gt_return   type standard table of bapiret2,
          gt_return1   type standard table of bapiret2.
    types: begin of x_po_tab,
      doc_date type bapimepoheader-doc_date,
      comp_code type bapimepoheader-comp_code,
      purch_org type bapimepoheader-purch_org,
      pur_group type bapimepoheader-pur_group,
      vendor type bapimepoheader-vendor,
      po_number type bapimepoheader-po_number,
      pmnttrms type bapimepoheader-pmnttrms,
      po_item type bapimepoitem-po_item,
      material type bapimepoitem-material,
      plant type bapimepoitem-plant,
      stge_loc type bapimepoitem-stge_loc,
      tax_code type bapimepoitem-tax_code,
    end of x_po_tab.
                    Search help for file                                 *
    at selection-screen on value-request for p_file.
      call function 'F4_FILENAME'
       exporting
      PROGRAM_NAME        = SYST-CPROG
      DYNPRO_NUMBER       = SYST-DYNNR
         field_name          = 'P_FILE'
       importing
         file_name           = p_file.
                    START-OF-SELECTION                                   *
    start-of-selection.
    perform for uploading Excel file
      perform upload_file_path.
    perform for transfering Excel data to Internal table
      perform excel_to_itab.
      perform int_process.
    *&      Form  upload_file_path
          text
    -->  p1        text
    <--  p2        text
    form upload_file_path .
      call function 'ALSM_EXCEL_TO_INTERNAL_TABLE'
        exporting
          filename                = p_file
          i_begin_col             = 1
          i_begin_row             = 1
          i_end_col               = 12
          i_end_row               = 5000
        tables
          intern                  = it_data
        exceptions
          inconsistent_parameters = 1
          upload_ole              = 2
          others                  = 3.
      if sy-subrc <> 0.
        message e000(zdbm) with 'Error in getting filename'.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.                    " upload_file_path
    *&      Form  excel_to_itab
          text
    -->  p1        text
    <--  p2        text
    form excel_to_itab .
      loop at it_data into wa_data.
        at new row.
          clear: wa_poheader, wa_poitem.
        endat.
        case wa_data-col.
          when '001'.
            move wa_data-value to wa_poheader-doc_date.
          when '002'.
            move wa_data-value to wa_poheader-comp_code.
          when '003'.
            move wa_data-value to wa_poheader-purch_org.
          when '004'.
            move wa_data-value to wa_poheader-pur_group.
          when '005'.
            move wa_data-value to wa_poheader-vendor.
          when '006'.
            move wa_data-value to wa_poheader-po_number.
          when '007'.
            move wa_data-value to wa_poheader-pmnttrms.
          when '008'.
            move wa_data-value to wa_poitem-po_item.
          when '009'.
            move wa_data-value to wa_poitem-material.
          when '010'.
            move wa_data-value to wa_poitem-plant.
          when '011'.
            move wa_data-value to wa_poitem-stge_loc.
          when '012'.
            move wa_data-value to wa_poitem-tax_code.
        endcase.
        at end of row.
          append wa_poheader to get_poheader.
          append wa_poitem to get_poitem.
        endat.
        clear: wa_data.
      endloop.
    endform.                    " excel_to_itab
    *&      Form  Int_process
          text
    -->  p1        text
    <--  p2        text
    form int_process .
      loop at get_poheader into wa_poheader.
        read table get_poitem into wa_poitem index 1.
    call function 'BAPI_PO_CREATE1'
      exporting
        poheader                     = wa_poheader
      POHEADERX                    =
      POADDRVENDOR                 =
      TESTRUN                      =
      MEMORY_UNCOMPLETE            =
      MEMORY_COMPLETE              =
      POEXPIMPHEADER               =
      POEXPIMPHEADERX              =
      VERSIONS                     =
      NO_MESSAGING                 =
      NO_MESSAGE_REQ               =
      NO_AUTHORITY                 =
      NO_PRICE_FROM_PO             =
    IMPORTING
      EXPPURCHASEORDER             =
      EXPHEADER                    =
      EXPPOEXPIMPHEADER            =
    tables
      RETURN                       =
       poitem                       = get_poitem
      POITEMX                      =
      POADDRDELIVERY               =
      POSCHEDULE                   =
      POSCHEDULEX                  =
      POACCOUNT                    =
      POACCOUNTPROFITSEGMENT       =
      POACCOUNTX                   =
      POCONDHEADER                 =
      POCONDHEADERX                =
      POCOND                       =
      POCONDX                      =
      POLIMITS                     =
      POCONTRACTLIMITS             =
      POSERVICES                   =
      POSRVACCESSVALUES            =
      POSERVICESTEXT               =
      EXTENSIONIN                  =
      EXTENSIONOUT                 =
      POEXPIMPITEM                 =
      POEXPIMPITEMX                =
      POTEXTHEADER                 =
      POTEXTITEM                   =
      ALLVERSIONS                  =
      POPARTNER                    =
      POCOMPONENTS                 =
      POCOMPONENTSX                =
      POSHIPPING                   =
      POSHIPPINGX                  =
      POSHIPPINGEXP                =
      endloop.
    endform.                    " Int_process

  • Upload a file with an Applet

    Hi,
    I want to know if it's possible to upload a file with an Applet, but not a signed Applet.
    Thanks
    Cris

    Yes, but you are limited to uploading to the server from where the applet was originating from.
    Regards,
    Peter Norell

  • BEX variable - uploading text file

    Hi,
    Does any one know if it is possible to upload a file to a variable rather than selecting individual values in the Web BEx analyser. (e.g. a list of material codes).. 
    Regards
    Mark J

    Hi Mark Johnson
    Your right in R/3 you have an option where as in BW you have to restrict in the query by entering the materials.if some range is preset i mean sequence of materials then you enter it as value range.
    Hope its clear a little..!
    Thanks
    K M R
    ***"Give me six hours to chop down a tree and I will spend the first four
    sharpening the axe." - Abraham Lincoln****
    >
    Mark Johnson wrote:
    > Thanks for reply..
    >
    > To clarify what i need, I have a report by for Sales vs Material codes... 
    >
    > We want to analyse how 100 materials perform over time of which we have a list of these materials in a text file..   I want to therefore upload this text file to filter by these materials rather than using the selection screen and searching one by one..
    >
    > This list of 100 materials could change at any point of time for different users...
    >
    > I've seen / used similar functionallity on ECC when filtering a list - i wondered if type of  functionallity was available in the web BEx frontend.
    >
    >
    > Thanks
    > Mark

Maybe you are looking for