Skip to content

Instantly share code, notes, and snippets.

View AhmedTheGeek's full-sized avatar

Ahmed Hussein AhmedTheGeek

View GitHub Profile
@timoa
timoa / save_file.js
Created September 16, 2012 18:01
Save file iOS and Android with Appcelerator Titanium Mobile SDK (http://timoa.com/en/2012/07/appcelerator-nativepath-on-ios-and-android/)
// OS
if(Ti.Platform.osname === 'iPhone' || Ti.Platform.osname === 'iPad') {
var ios = true;
}
/**
* Save file function
*
* @file: Binary file (Blob)
* @filename: Name of file (String)