[MonoTouch] save file to windows

Craig Dunn craig.dunn at conceptdevelopment.net
Thu Mar 29 06:25:32 UTC 2012


you can expose files that you save in your apps /Documents/ directory to
the user through iTunes

http://docs.xamarin.com/ios/tutorials/Working_with_the_File_System#Sharing_Files_with_the_User_through_iTunes

just 'turn on' UIFileSharingEnabled via Info.plist then save your documents
in that location. the user can then move files in/out of there with iTunes
when the device is plugged in.

otherwise you could look at:
* running a web service on the server and pushing files to it over HTTP, or
* implementing integration with a product like DropBox
* using iCloud, and instructing the user on where to find the iCloud folder
on their local box

HTH
cd

On Thu, Mar 29, 2012 at 5:05 PM, Richard <richard at richdotnet.nl> wrote:

> hi there,
>
>
> does anyone know how to save/copy a file to a windows pc/server or
> unc-path?
>
> i want to let the user select files on the iPad and copy/move/transfer to a
> windows-folder
>
>
> Richard
>
>
> --
> View this message in context:
> http://monotouch.2284126.n4.nabble.com/save-file-to-windows-tp4514545p4514545.html
> Sent from the MonoTouch mailing list archive at Nabble.com.
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/monotouch/attachments/20120329/97bcb08c/attachment-0001.html>


More information about the MonoTouch mailing list