• Hello all,

    The default html output I have for a file upload used for images and video is this:

    <form name="" action="/contact-us/#wpcf7-f48-p49-o1" method="post" class="wpcf7-form form form-horizontal" enctype="multipart/form-data" novalidate="novalidate">
    <span class="wpcf7-form-control-wrap file-01"><input type="file" name="file-01" value="1" size="40" class="wpcf7-form-control wpcf7-file form-control2" id="file1" aria-invalid="false" /></span><br />

    If you look at the source code at https://dev.opera.com/articles/media-capture-in-mobile-browsers/demo/ you will see this code:

    <form action="upload.php" method="post" enctype="multipart/form-data">
    <input type="file" name="file" accept="image/*" capture>

    Basically I want to be able to have mobile users be able to select images and or videos from there local phone storage/device.

    Any help on fixing this would be most appreciative.

    Thanks

    https://wordpress.org/plugins/contact-form-7/

    [ No bumping please. ]

  • The topic ‘File upload works great on a desktop but not mobile’ is closed to new replies.