tags:

views:

42

answers:

1

I want user to select file from iphone and upload to a http server. Please help me how this can be done.

Thanks......

A: 

As far as I'm concerned this isn't posable...

loo
Is there any way to list of files in iphone??
Gyani
You can select and access any file in your app's bundle directory, app's Documents directory, maybe a cache and tmp directory as well. Reading files outside the app's sandbox and other locations that don't have a public API might run an app afoul of Apple's rules.
hotpaw2