treeleaf20 Posted October 7, 2009 Share Posted October 7, 2009 All, I've try to just use a normal form like this: <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>MyCreeps.com Mobile Site - Home</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="content"> <h3>MyCreeps.com Mobile</h3> <?php include "header.php"; ?> <form enctype="multipart/form-data" action="#"> <input name="myFile" type="file" /><br /> <input name="" type="submit" /> </form> </div> </body> </html> However it won't let me select a file from my cell phone, how can I get a form so I can browse my phone and then actually upload a file to my website? Thanks in advance. Link to comment https://forums.phpfreaks.com/topic/176777-upload-picture-from-cell-phone/ Share on other sites More sharing options...
treeleaf20 Posted October 7, 2009 Author Share Posted October 7, 2009 Any ideas? I got the original form from: http://www.developershome.com/wap/wa...page=xhtmlmpEg Then it posts to this one: http://www.developershome.com/wap/wa....asp?page=php5 However I can't even select anything on the first page to post to the second page. Please help. Link to comment https://forums.phpfreaks.com/topic/176777-upload-picture-from-cell-phone/#findComment-932666 Share on other sites More sharing options...
cags Posted October 7, 2009 Share Posted October 7, 2009 I'm guessing it would depend on the phone, I doubt alot of phones have 'select file' support. Link to comment https://forums.phpfreaks.com/topic/176777-upload-picture-from-cell-phone/#findComment-932669 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.