Jump to content

Upload Picture from Cell Phone


treeleaf20

Recommended Posts

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

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.