
November 8th, 2011, 10:25 AM
|
|
Contributing User
|
|
Join Date: Nov 2006
Posts: 33
Time spent in forums: 12 h 58 m 36 sec
Reputation Power: 7
|
|
|
Redirect back after file download
I'm creating a page that downloads a file, and I'm trying to redirect back to the caller after the file downloads, while passing some url.parameters.
I tried
Code:
<META http-equiv="refresh" content="5;<cfoutput>url=someurl.cfm?urlparam1=something&urlparam2=somethingelse
</cfoutput>">
The above code works to redirect back to the page and reprocess after that, but the file will not download.
Removing that, and the file downloads without a hitch.
Any suggestions?
|