how to save a file on client side
i hv encoded a music filee in xml.....'
now i want to decode that xml on the client side..
and play that music file on client side with my music player ...
how do i get my music file on client side....
stack trace..[UnauthorizedAcces****ception: Access to the path 'C:\out.wav' is denied.]
System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +2014035
System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy) +998
System.IO.FileStream..ctor(String path, FileMode mode) +65
_Default.Page_Load(Object sender, EventArgs e) in e:\WebSite3\Default.aspx.cs:77
System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp, Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
|