|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
is it possible to upload file using WML?
Hi
i'm getting some tutorials form w3schools.com, somehow, i haven't stumbled into a tutorial where it teaches you how to create the site to enable mobile users to take pictures and upload files... is there a way? thanks
__________________
http://www.insightsws.com/ Professional low cost offshore website design and development. |
|
#2
|
||||
|
||||
|
You can use a form field to allow the user to browse the phone to find the images, I did something similar once but never got around to finishing it as something else came up. I did get the form working okay on my Nokia 2750i though.
You then use your choice of scripting language server side to get the file and do whatever you want with it. If you do it you write a nice little tutorial / how to and post it here.... Good luck with it! ![]()
__________________
Andy Moore << oh no it's got a blog..... Word Press WAP Plugin with Ad Mob Advertising revenue PHP developer deploying ringtones, mp3 downloads and realtones I'm a geek who's obsessed with stats and gadgets |
|
#3
|
|||
|
|||
|
hi there!
well, no luck. couldn't find a solution on the internet. somehow, i've thought of this.. you see, in standard html page, when you place a file field, there is a button "browse" which appears besides the text field and allows the user to browse through the file system and select the file. i don't think this is possible in wml, that is, there's no such feature that exists on the mobile phone's built in mini browser. anyway, if anybody has a solution... thanks |
|
#4
|
||||
|
||||
|
file upload html will work on a phone that supports html
then make the form post to a php script and manage the files that way it should work but as i said before i only did half of it then moved ont something else |
|
#5
|
|||
|
|||
|
I'd like to use Pocket Internet Explorer (Pocket IE on my MDA-II
pocketpc phone edition with WM2003) for uploading to the web of some files and images. So I made a little html page with following: .... <form action="http://yoursite.com/upload.php" enctype="multipart/form-data"> <input type="file" size="30" name="userfile"> ....etc.. But no inputbox shows up when this html page is loaded in PIE. Anyone an idea how else to upload files?? |
|
#6
|
|||
|
|||
|
i know this is an old topic and i'm sorry to resurrect it but i stumbled across it whilst searching the forum for an answer
but did you ever find a way of doing this? |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Mobile Programming > is it possible to upload file using WML? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|