|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
BLOB save it in the real file name, not download.php
I used "blobbing data" script by Mitchell Harper
i've saved the real file name $_FILES["fileUpload"]["name"] in the database. what i want to happen is when users download the file, they will get the real file name instead of getting the name "download.php" to save in their directories |
|
#2
|
|||
|
|||
|
yes..an answer to this would be good!!!
![]() |
|
#3
|
|||
|
|||
|
header("Content-Disposition: attachment; filename=\"$file\"\n");
fixed problem ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Programming > PHP Development > BLOB save it in the real file name, not download.php |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|