|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
XHTMLMP - Allow visitors to upload videos from handsets
Hi
Can I make a feature on my xhtml-mp website that can allow users to select any video or image from their handset gallery folder and then upload it to my server? Also if it is possible then what is the support-scope for this feature i.e what range of handsets could support this feature? thanks in advance
__________________
($tired) ? "working in PHP" : "PHP working in me"; PHP Manual | Free Email Based Contact Form | Free Guest Book | Free FAQs System | Backlink Checker FREE Scripts Directory and Resource Repository PHP,Apache,MySQL,Oracle,Linux,Telecommunications,Games and Cars Articles Download Free Videos From Youtube,Google Video,MySpace,iFilm etc |
|
#2
|
||||
|
||||
|
__________________
Cheers, Jamie # mdb4u | The mobile movie database | Please help to test and promote # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. ![]() __________________ |
|
#3
|
|||
|
|||
|
The Example that Jabba_29 recommends is an excellent one and the whole website is, to me, one of the best.
I only wanted to point out that the information that travels from the phone to the wap-server is the file itself, all the rest is done at the server level, so it would not surprise me that almost all phones can handle a php code to manage any file upload. My tiny SonyEricsson K310i does an excellent job at uploading. this phone can only handle .3gp videos and The real player is the best choice to see the video at your computer. Regards Franco ![]() P.S. My experience with coding with php has been that: When php uploads the name of the file and the type, it returns true even though the size = 0 (for any reason). So what this means is that in the process of uploading via Radio waves or GPRS conections, if a short interruption occurs, which happens a lot, php will proceed even though the file has Cero bytes. The result will be a successful file upload but you will get a file name and a file type with size = 0 OR Nothing. To avoid this, it is necessary to include via an if statement something like this: if($_FILES['filex']['size'] == "0") {exit(); or return} Hope this helps. |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Mobile Programming > XHTMLMP - Allow visitors to upload videos from handsets |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|