Morg
02-06-2008, 03:19 PM
Hi there!
I am struggling with making my downloads resume that is pointing at encrypted URL's (php). The feed link points to a php page that returns the file with a different filename. Its also this page that does the encryption so that you cannot see the file location over http.
Has anyone ever managed to overcome this? We really don't want to be exposing our file structures but we also want our podcasts and files to be resumable in case the connection drops or whatever...
Any ideas or solutions would be greatly appreciated!
PS - I have read that possibly using an FTP connection to stream the files to the user's machine could work. Anyone care to confirm/deny this?
I am struggling with making my downloads resume that is pointing at encrypted URL's (php). The feed link points to a php page that returns the file with a different filename. Its also this page that does the encryption so that you cannot see the file location over http.
Has anyone ever managed to overcome this? We really don't want to be exposing our file structures but we also want our podcasts and files to be resumable in case the connection drops or whatever...
Any ideas or solutions would be greatly appreciated!
PS - I have read that possibly using an FTP connection to stream the files to the user's machine could work. Anyone care to confirm/deny this?