Assigning video files uploaded via a customer form to the src file section of another page (without manually having to copy an paste over)

Hi. I’ve set up a web form that uses html and javascript. This particular form lets you upload files. I also have another page that lets you play videos. I was wondering if anyone knows how to make the inner html of for example the upload file form field equal the file that is played by the video player on the other page.
Basically on youtube when you upload a video it automatically makes another page with the video file you uploaded assigned to the video player on that page. I want to know how to go about doing that. So people can upload videos and then be able to watch them instantly without me manually having to create the page an assigning the right file to the page.
Even just knowing how to create a different page each time the form is submitted would be helpful. Thanks.

This is more complex than you realize and JavaScript alone can't do it. You'll need a server-side script like PHP to authenticate and sanitize file uploads to prevent malicious scripts or malware from ever getting to your server.  Then, your script will have to process the uploaded file by saving it to a folder or database, give it a unique ID and then redirect users to a new page that pulls the file into an HTML5 or similar player.  How good are you with server-side programming?
Nancy O.

Similar Messages

  • I used to be able to copy and paste images from the internet into keynote slides and pages. Now when I copy and paste all I get is an empty  box. My iskysoft iTube studio has also stopped downloading videos. Is there an extension I need to enable?

    I used to be able to copy and paste images from the internet into keynote slides and pages. Now when I copy and paste all I get is an empty  box. My iskysoft iTube studio has also stopped downloading videos. Is there an extension I need to enable? Any ideas

    Try dragging the image to the desktop, then drag the image to the slide you want it on

  • Can't access adobe from my smart phone to use my form created in formscentral I receive an error message that says "unsupported browser". There is a link to download a supported browser but the link directs me to another page that says "browser no

    When I try to access adobe from my smart phone to use my form created in formscentral I receive an error message that says "unsupported browser". There is a link to download a supported browser but the link directs me to another page that says "browser not supported at this time". This happened to me while using my IPhone 5, a friend that uses an IPhone 6, and another friend that uses a Samsung Galaxy S5. I just need for my employees to be able to access, complete and submit work orders created in formscentral from their phones. I would like to use the data collection feature in formscentral but at this point any suggestions on how to accomplish this are welcomed. Thank you

    Further info - I changed my security settings to allow apps from anywhere, and again tried to install.  I again got an error message
    that the update failed to install, and to contact Customer Support.

  • Date field submited via my custom form does not show in mysql database

    I created a form with the custom form wizard with a birthdate field having the date picker feature. i set the birthdate field to sumit date as date datatype. My birthdate column in mysql database is datatype date. but when i submit the form the date does not show in mysql database. what should i do pls. is the problem with my form or with my database birtdate column.
    Thanks

    zeeztaz wrote:
    iis the problem with my form or with my database birtdate column.
    Thanks
    please post the complete code of the page which contains that form, otherwise it will be impossible to detect the possible reason for this error.
    Cheers,
    Günter

  • How to add a video file into an html page

    I would like to add a Quick Time video into a website that i am currently coding for a school project. I have the video file on my hard drive, so I'm not trying to embed it from YouTube. I have tried several ways of placing the video into my webpage, but all I can hear is the sound from it, there is no visual to go with it. Does anyone know how I would go about placing the file into my webpage, or what code I would need to use? I'm using Dreamweaver CS4 and, once again, the video is a Quick Time file.
    Thanks in advance.

    QuickTime requires player and plugins that most people don't have.  You'll reach a much wider audience if you use HTML5 <video> with mp4, webm and ogg files.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>HTML5 with Video</title>
    <!--help for older IE browsers-->
    <!--[if lt IE 9]>
    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
    </head>
    <style>
    video {
        max-width:100%;
        display:block;
        margin:0 auto;
    </style>
    <body>
    <h2>Use 3 File Types to support all browsers &amp; mobile devices:  MP4, WEBM and OGV.</h2>
    <h3>Online Video Converter
    http://video.online-convert.com/</h3>
    <!--begin video-->
    <video controls poster="Your_poster_image.jpg">
    <!--these are 6 sec sample videos for testing purposes. Replace sample-videos with your own files-->
    <source src="http://techslides.com/demos/sample-videos/small.webm" type="video/webm">
    <source src="http://techslides.com/demos/sample-videos/small.ogv" type="video/ogg">
    <source src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4">
    If you're seeing this, you're using an
    outdated browser that doesn't support
    the video tag. </video>
    <!--end video-->
    </body>
    </html>
    Nancy O.

  • How to create custom forms in the xml form builder

    Hi all ,
    can anyone give the brief on
    when we creat a project we get defaulty edit ,show and renderlist forms . what are list edit and listshow forms . what is the use of those forms.
    how can we create out own customised forms ? and how can we call the customized and listedit and list show form in the Portal.
    thanks
    Rajeev

    Hi,
    Edit form
    You use this form to create or change individual documents (for example, single news items). Typically, this form contains input fields in which you can create content (for example, the title or text for a news item).
    Show form
    You use this form to display a single document. Typically, the Show form displays all elements of a document (for example, the title, author, and all the text contained in a news item). Do not use entry controls on the Show form.
    RenderListItem form
    You use this form to define the layout of a list entry in a folder in the flexible user interface. Typically, you display some of the elements of a document, such as the title and summary of a news item, on this form. You call up the Show form if you want to display the entire document.
    You do not create pushbuttons or links for creating, changing, or deleting XML documents in the RenderListItem form. You define which commands are to be displayed using command groups of the flexible user interface. You can create several iViews for displaying the same XML documents with different command groups.
    ListEdit form
    You use this form to change a list of documents. Typically, this form contains pushbuttons for creating, changing, and deleting entries. You call up the Edit form if you want to change or create content. You call up the Show form if you want to display all entries.
      ListShow form
    You use this form to display a list of documents. Typically, this form only displays part of a document element (for example, the title of a news item). You call up the Show form if you want to display the entire document.
    Refer this documents
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee639033-0801-0010-0883-b2c76b18583a
    Regards,
    Kumar

  • Attach a customized form to the std BSP application

    Hi,
    We have a requirement, to replace the std form linked to the std BSP application with the customized form.
    We have replaced the form in the table V_SCENARIOHEAD, even though we are unable to see our customized form, still its showing the std form.
    Would anyone give me a clue for the above problem.
    Regards
    Sirisha

    No it is not possible to have one party fill the form and another contribute attachments. You might consider using two forms. One for the applicant and one for people submitting letters of recommendation. You would then have to correlate the two types of submission in a manual process.
    Andrew

  • Custom form changes the color of all Application Standard forms

    Hello,
    First of all, I wish you a very happy new year to one and all of you.
    I developed a customer form and deployed in Oracle Applications 11i and it is working fine as per our expectation.
    After completion of my work with the custom form and if I try to open any of the standard form, the form is in dark color which is unusual.
    I truly appreciate if anyone can post the solution for this. Thank you.
    Lakshmi N. Anumula

    Please check this Profile options "Java Color Schema" and change it should work on your application forms. I am not very sure of Custom Forms but technically if your Oracle Forms get affected by this then your Custom Forms should also get affected

  • Transfer desktop video files to iPad photo album without iTunes?

    Hello,
    I'm looking for a very easy to transfer video files from a desktop PC to the iPad's photo album.
    We can't use iTunes sync because the iPad is synced with a home computer (we're in an office environment). Need the video file in the photo album so that it can be imported into Keynote.
    Currently we email the video file to ourselves, open the email on the iPad, and save the video into the Camera Roll. A bit cumbersome of a method and can't be used for large video files that our email server won't handle (20 MB +).
    Any suggestions? If a special app, would prefer if it was free .
    Thank you!

    Does your work computer have bluetooth?
    Checkout these apps.
    Bluetooth Transfer http://itunes.apple.com/us/app/bluetooth-transfer/id466732246?mt=8
    Bluetooth Transfer - File / Photo/ Contact Sharing
    http://itunes.apple.com/us/app/bluetooth-transfer-file-photo/id520571418?mt=8
    Bluetooth File/Photo/Music Share Free
    http://itunes.apple.com/us/app/bluetooth-file-photo-music/id460699994?mt=8
     Cheers, Tom

  • Want to transfer 6min FCE video file to DVD to watch without iDVD menu

    I have just made a short photo slideshow to music lasting 6 minutes. I want the file to play on DVD without a DVD menu from iDVD - just play when inserted into the DVD machine.
    How do I do this?
    Many thanks in advance.
    Matt

    Click the map button at the bottom of the main iDVD screen. Then drag your slide show into the "Auto-play" box at the top of the DVD menu.
    For more authoritative iDVD info, take your questions to that forum.
    http://discussions.apple.com/category.jspa?categoryID=128

  • Inserting a db row from a form with a value passed in from another page

    We have a report (P1) on a table (T1). P1 has a link column (C), and C is the PK on T1. Clicking on a link (i.e., a row) in report P1, takes us to form (P2). P2 is used to allow the user to insert a new row into T1, with the constraint that one of the columns (X) in T1 must have the same value as X had in the linked row on P1. Also, X is a NOT NULL attribute.
    What we are doing is:
    First, passing C to P2 by setting the link name=P2_X_C and the link value=#C#
    Second, in P2, we are setting form element P2_C via a SQL statement:
    SELECT X
    FROM T1
    WHERE C = :P2_X_C
    P2 displays nicely. We set P2_C to display only, and allow the user to enter values for the other columns. The value displayed for X is not NULL and correctly matches the value from P1. However, when we hit the CREATE button on P2, we get error: ORA-01400: cannot insert NULL into "T1"."X". Unable to process row of table T1.
    APEX seems to have an "issue" with having a value in a form "set" and transmitted to the DB on INSERT.
    Any help would be greatly appreciated.

    Hi,
    1 For "Display Only" items that you are not populating directly from a database column, if you want to save the value, you have to ensure that Save Session State is set to Yes and these items are not actually submitted with the page. The same sort of thing would apply to Disabled or Read-Only items as browsers do not submit these items - though these are more tricky to deal.
    2 Passing the PK value is the most common way of identifying which record contains the values you need. Passing other values is also typical - eg, for applying filters for calendars or searches or for setting flags.
    3 For database columns, which should be based on the underlying table's data, you can use the Default Value settings - though be aware that these values do not exist in session state until the page is submitted. That's ok if you don't need to use the value anywhere else on your page
    Andy

  • Gallery files included on a page without gallery images/thumbnails

    Hi,
    I included the .js files for the gallery on a page without
    gallery images/thumbnails.
    The effect is, that the first image with a link on that page
    gets a yellow border (as normally the first thumbnail does).
    To correct the problem, I changed the code in line 44 of
    SpryThumbViewer.js:
    from
    this.tnImageSelector = "a[href] > img";
    to
    this.tnImageSelector = "div.thumbnail a[href] > img";
    (of course, you have to put a <div
    class="thumbnail">...</div> around an image on real
    gallery pages, so that they work there)
    Do you see any problems with the changed code? Could it be
    changed in the official release?
    Greetings,
    Sven

    Live View, Code View or Design View?
    Have you validated your code to check for errors?
    CSS - http://jigsaw.w3.org/css-validator/
    HTML - http://validator.w3.org/
    You could comment out your links to external scripts and CSS Files.
    <!--this is an html comment
    -->
    To turn off styles in Design View only, go to View > Style Rendering > untick Display Styles.  Or consider using a Design-Time Style Sheet.
    Dreamweaver Help | Use Design-Time style sheets
    To speed things up a bit, try these tips:
    1. Edit -> Preferences -> Code Hints -> Disable description tooltips
    2. Edit -> Preferences -> Highlighting -> Untick both Live Data Untranslated and Translated
    3. Edit -> Preferences -> Sync Settings -> Untick all in sync settings
    Nancy O.

  • Show my custom query under the Active Queries Section

    Hi,
    I have created a Power list by implementing the interface IF_POWL_FEEDER and successfully tested the query in stand alone mode.
    Now i want to show this query as a link under the Active Queries section of the standard POWL. For example;suppose when you click on Purchasing ->Purchasing Documents link you will first see a list of queries like below (underlined ones are actually the links). I want to show my Query also as a link in this section.
    Active Queries
    Purchase Requisitions All Purchase Requisitions from last month (7)
    Purchase Orders All Purchase Orders from last month (62)
    Outline Agreements All Outline Agreements (108)
    Request for Quotations All Request for Quotations (34)
    Without Category Assignment Purchase Orders Ready for Release (0) 
    Could you please advice how to achieve this?
    Regards,
    Kumar.

    hI,
    I have created my own Category and linked my Query, application id and the categoy. But still the link is not appearing. If i assign my Z category to one of the standard queries shown above, it is reflecting perfectly. For ex; if i assign my Z category to the last on the above list which has the decription as Without Category assignment, then it is perfectly changing to my description as shown below.
    Active Queries
    Purchase Requisitions All Purchase Requisitions from last month (7)
    Purchase Orders All Purchase Orders from last month (62)
    Outline Agreements All Outline Agreements (108)
    Request for Quotations All Request for Quotations (34)
    MY DESCRIPTION Purchase Orders Ready for Release (0)
    FYI i have added my entry in POWL_QUERYR transaction as below
    Application id: OPS-BUYER-POWL-PURDOC-13 (ALL the above standard links are attached to this application id)
    Query id: ZPOWL_MYQUERY
    Category: ZPOWL_MYCATEGORY
    Activate: Checked.
    Also could you please advice in which method of the feeder class do i need to write the logic? Do you have any sample code? Not sure if really need to write any logic as all i want is when the user click on the link it should open my Query.
    Regards,
    Kumar.

  • How to view data from infopath form that submit into sharepoint list into another page in sharepoint

    what I want to do is, User A as administrator, will fill in the form. Next User A will assign task to User B, to complete the form. when User B open the form, the above part of the form will displayed data that fill by User A. Field that User B need to fill
    in is at the below of the form. 
    may I know how to do it step by step? Thank you for your answer. 
    Azuaniza Ariffin

    Hi,
    I saw a similar post by you on this forum, and to achieve the functionality you can try using InfoPath Form or JQuery with SPService to make part of the Form as Readonly. and in conjunction use SharePoint designer to create a workflow to assign task or send
    email to user B.
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d02389be-f267-4c09-baf1-d85a5429bafb/set-field-value-and-make-field-read-only-on-custom-list-form?forum=sharepointgenerallegacy
    http://www.sharepointdiary.com/2013/07/how-to-make-sharepoint-list-column-form-field-read-only.html#ixzz2aH103rcM
    Hope this helps!
    Ram - SharePoint Architect
    Blog - SharePointDeveloper.in
    Please vote or mark your question answered, if my reply helps you

  • How to populate a hidden form field with a value passed from another page

    I'm using PHP/MySQL and DW CS4.
    I am trying to obtain the external key for a table, and include it as a hidden field in a form for a second table.
    The user selects a "need" from a list and is taken to a new page which displays the need selected in the prior page and a form the user can fill out with details of his offer, there should also be a hidden field in this form that contains the index to the needs table, this hidden field holds the external key. Most of the code is working, except for populating the hidden field with the external key. I have proven(by printing it to the screen) that I have obtained the external key and stored it in a variable ($saveNeedId) . What I'm unable to do is assign this variable to the hidden field in the form I'm about to store in a table. Sometimes I get zero and sometimes I get the index to the first need in the table. This ought to be simple but I can't get it to work, I must be missing something obvious - still very new to PHP.
    Here's the code that sets up the variable and prints it to the screen for test purposes
          $saveNeedId = "-1";
              if (isset($_GET['needId'])) {
                $saveNeedId = $_GET['needId'];
                print $saveNeedId;
    Here's the code that sets up the hidden fields in the form, the one I'm trying to set up is the first one, needId
         <input type="hidden" name="needId" value="<?php echo $row_rsNeedsUnmet['needId']; ?>" />
         <input type="hidden" name="offerId" value="" />
         <input type="hidden" name="MM_insert" value="form1" />
    The page where the user sees the list of needs is here www.hollisterairshow.com/weneed.php
    I'd really appreciate sone help with this, I've tried all combinations of double quotes, percent signs and nothing works...sigh.
    Tony

    Here's the code that sets up the variable and prints it to the screen for test purposes
          $saveNeedId = "-1";
              if (isset($_GET['needId'])) {
                $saveNeedId = $_GET['needId'];
                print $saveNeedId;
    Here's the code that sets up the hidden fields in the form, the one I'm trying to set up is the first one, needId
         <input type="hidden" name="needId" value="<?php echo $row_rsNeedsUnmet['needId']; ?>" />
         <input type="hidden" name="offerId" value="" />
         <input type="hidden" name="MM_insert" value="form1" />
    <input type="hidden" name="needId" value="<?php echo $_GET['needId']; ?>" />
    I looked at your page. It looks like you figured it out.

Maybe you are looking for

  • ITunes cannot connect to Internet and iPad backup takes Forever

    Hi, I have a workstation, high end Windows 7, PC, everything works perfect except the iTunes.. here's my story: iTunes cannot connect to internet, nor can iTunes Store. I tried "Run Diagnostics" from Help menu, it showed "internet connection verified

  • Ppc Arch (SOLVED)

    When I try to download PPC-CD's from the ARCH-PPC site (Get Arch) I get this message: "500 - Internal Server Error Something has gone horribly wrong. Back away slowly." What is going on? Last edited by mianka (2008-03-26 09:42:08)

  • ALV using Object oriented programming concepts

    Hi All, I am unable to call a transaction after a hotspot click on a field.... I have used CALL METHOD w_grid->get_current_cell to get the cell info.....but this is not happening.... Can anyone plz tell me how to call a transaction on doing a hotspot

  • Post Statistical Dunning Charges

    Hi: How do I post statistical dunning chargers? I try to post 2 dunning chargers but when I run transaction FPVA and FPVB the post of those chargers are real. I follow all the configuration lines for dunning but I don´t see a parameter related for st

  • Created new library, where is the old one??

    I created a new library, using the create a new library command. It worked, opened a brand new empty library. Where is the old library? Did it get deleted totally or is it somewhere in the computer?