Mobile Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreMobile Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 26th, 2007, 12:56 PM
jojoba's Avatar
jojoba jojoba is offline
I love your chinese eyes :*
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Jan 2006
Location: Her heart... she claims!
Posts: 1,583 jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level)jojoba User rank is Lieutenant Colonel (40000 - 50000 Reputation Level) 
Time spent in forums: 2 Weeks 5 Days 10 h 34 m 39 sec
Reputation Power: 453
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

Reply With Quote
  #2  
Old June 27th, 2007, 12:42 AM
jabba_29's Avatar
jabba_29 jabba_29 is online now
Back in HEL
Dev Shed God 8th Plane (8500 - 8999 posts)
 
Join Date: Feb 2002
Location: Finland
Posts: 8,801 jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)jabba_29 User rank is General 10th Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 3 Weeks 6 Days 18 h 29 m 58 sec
Reputation Power: 1640
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
Example!

Scope wise - this method isn't widely supported. But I am guessing you are targetting N95?
You can find more information on Nokia phones that are supported here and possibly here.

HTH.
__________________
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.



__________________

Reply With Quote
  #3  
Old June 27th, 2007, 05:18 PM
franco190453 franco190453 is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2007
Posts: 47 franco190453 User rank is Corporal (100 - 500 Reputation Level)franco190453 User rank is Corporal (100 - 500 Reputation Level)franco190453 User rank is Corporal (100 - 500 Reputation Level)franco190453 User rank is Corporal (100 - 500 Reputation Level) 
Time spent in forums: 20 h 14 m 37 sec
Reputation Power: 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.

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreMobile Programming > XHTMLMP - Allow visitors to upload videos from handsets


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway