|
-
Jun 18th, 2010, 08:44 AM
#10
Re: Allow download of filenames with &'s in them
I'd suggest the URLEncode instead... otherwise you'll get& in the file name. By URLEncoding it, you get the %XX where XX is the ascii code (for instance a space comes out as %20). the browser & client should be able to sort it out from there.
-tg
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|