regent Posted April 8, 2008 Share Posted April 8, 2008 I'm working on a project where I need to change the name of a file that's being uploaded. For example, original filename test.doc will become something like new-test-12345.doc when it gets saved on the server. Also, a db entry is made that records the original filename and the new filename. My problem is that these files should also be downloadable, and when a user downloads the file, my client wants the filename to be the original filename NOT the new filename that is saved on the server. Is there any way to do this? Thanks for any help. Quote Link to comment https://forums.phpfreaks.com/topic/100210-file-downloading-issue/ Share on other sites More sharing options...
Daniel0 Posted April 8, 2008 Share Posted April 8, 2008 Take a look at the HTTP headers mentioned in this post: http://www.phpfreaks.com/forums/index.php/topic,95433.0.html Quote Link to comment https://forums.phpfreaks.com/topic/100210-file-downloading-issue/#findComment-512451 Share on other sites More sharing options...
matto Posted April 9, 2008 Share Posted April 9, 2008 Daniel0: echo say(array(2,14,14,11,-1,18,8,6,13,0,19,20,17,4)); Quote Link to comment https://forums.phpfreaks.com/topic/100210-file-downloading-issue/#findComment-512553 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.