Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Actually i am just trying to develop Box like app for iphone for practice, u may look over the link given below

Here's a link! for example

The application should be capable of uploading his files of format .ppt, .doc, .jpeg, .txt, zip, etc. Just for sake of sever i am trying MAMP, How can I upload the data to my local server.

share|improve this question
please do google – Leena Dec 15 '11 at 9:01
4  
Please go through these links link1 link2 link3 link4 link5 link6 may be helpful for you. – user97693321 Dec 18 '11 at 15:56
5  
Well, what have you tried? – Jonathan Grynspan Dec 18 '11 at 16:25

closed as not a real question by Georg Fritzsche, Jonathan Grynspan, WrightsCS, Caleb, Graviton Dec 22 '11 at 8:17

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 2 down vote accepted

You'll have to figure out the server-end on your own, but I'm a big fan of using the ASIHTTPRequest library for this type of thing. Here's their docs on how to upload data:

http://allseeing-i.com/ASIHTTPRequest/How-to-use#put_requests_and_custom_posts

share|improve this answer
thanks sir, it seems it will really help... – sudhanshu.swastik Dec 29 '11 at 6:11

Not the answer you're looking for? Browse other questions tagged or ask your own question.