Here is what I want to do
1) create a simple text file on the iPhone. such as saving some text from a UITextView
2) export or drag and drop that file onto the hard drive of my computer for viewing. Kinda like how they do the WebDav, wireless USB type things.
The main issue I'm pondering is if I can create a file and have it accessible. I know there sandbox limits and stuff.
I've done something smiliar by uploading my text to a server and having the server send the user an email with a text file the server generated. But my client wants to do it purely iPhone -> computer
1) create a simple text file on the iPhone. such as saving some text from a UITextView
2) export or drag and drop that file onto the hard drive of my computer for viewing. Kinda like how they do the WebDav, wireless USB type things.
The main issue I'm pondering is if I can create a file and have it accessible. I know there sandbox limits and stuff.
I've done something smiliar by uploading my text to a server and having the server send the user an email with a text file the server generated. But my client wants to do it purely iPhone -> computer