Hi!
I'm trying to build an own extended safari download plugin in the SDK. After importing some headers and private frameworks I finally managed to build it so MobileSafari will accept it
but whenever I try to create the download folder in another folder than /var/mobile/Library/
I get errors like this:
Wed Jul 22 18:38:34 unknown kernel[0] <Debug>: MobileSafari 684 FS_WRITE SBF /private/var/mobile/Documents/Test.zip 13 (seatbelt)
Wed Jul 22 18:39:26 unknown kernel[0] <Debug>: MobileSafari 684 FS_WRITE SBF /private/var/mobile/Documents/.dat02ac.002 13 (seatbelt)
oh, btw. moving the file after download using file manager doesn't work either :/
I tried changing permissions of the folders/subfolders but no success.... Does anybody have an idea on how getting this to work?