Re: How to prevent NSURLDownload from changing my file's name
Re: How to prevent NSURLDownload from changing my file's name
- Subject: Re: How to prevent NSURLDownload from changing my file's name
- From: Jeff Johnson <email@hidden>
- Date: Wed, 21 Oct 2009 13:48:47 -0500
Hi Marc.
Unfortunately, this is an Apple bug.
What Content-Type does the server return, and can you control that? If
so, then you can work around the bug by returning a custom Content-
Type that isn't recognized by other applications.
-Jeff
On Oct 21, 2009, at 1:17 PM, Marc Respass wrote:
Hi All,
I have searched and can't find an answer to this. I am using
NSURLDownload in an internal application. I connect to a server and
download some files. Many times, the file name gets changed. I
download file.xslt but the download system turns it into
"file.xslt.xml" and then my app can't find it. Is there any way of
preventing that?
I modified my download delegate to check for known file types and
fix the name but new types are showing up so that's not a good
solution. What I am doing now is, in
download:decideDestinationWithSuggestedFilename:, to keep checking
for an extension and then put the last one back on so I can keep
the original filename. That seems kind of hackish but I don't know
another way to do it.
Thanks a lot
Marc
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden