function urlencode in plugins/destinations/file.inc, is used to secure the file name before download. But it fails for URL's with querystring. Ex: site.com/file?id=12&something Here the ? and & will be converted, and the file download will fail.
function urlencode in plugins/destinations/file.inc, is used to secure the file name before download. But it fails for URL's with querystring. Ex: site.com/file?id=12&something Here the ? and & will be converted, and the file download will fail.
Comments
Comment #1
mikeryanComment #2
mikeryanCommitted, thanks.