[android-developers] Re: File Upload Question

2009-03-19 Thread Bobbie
Nevermind, I'm a moron. I understand what you are talking about now. Bobbie On Mar 19, 11:38 am, Bobbie wrote: > I'm currently not specifying a MIME type, do I need to do this?  Here > is the PHP code I'm using: > > $target_path = "uploads/"; > > $target_path = $target_path.basename($_FILE

[android-developers] Re: File Upload Question

2009-03-19 Thread Bobbie
I'm currently not specifying a MIME type, do I need to do this? Here is the PHP code I'm using: On Mar 19, 10:11 am, Carl Whalley wrote: > Sure its not the MIME type not being defined correctly on the server? > Try changing the extensions to txt, bin, etc and if you see a pattern > where

[android-developers] Re: File Upload Question

2009-03-19 Thread Carl Whalley
Sure its not the MIME type not being defined correctly on the server? Try changing the extensions to txt, bin, etc and if you see a pattern where some work and others don't then thats the culprit. -- Android Academy: http://www.androidacademy.com On Mar 18, 8:36 pm, Bobbie wrote: > I have inclu