|
#11
|
|||
|
|||
|
I added this to replace spaces with underscores and add an underscore to the end of the title:
Code:
$headline_r = str_replace(' ', '_', $headline) . '_';
Code:
$uploadfile = $upload_dir .$time_stamp_r . $headline_r .$userfile; Code:
$filnamn = $time_stamp_r . $headline_r . $filnamn;
__________________
http://www.apocalyps.ca - Shutters Photoblog |
|
#12
|
||||
|
||||
|
Yup, that works. Just be careful with the other special characters.
What's the reason you wanted the title in the file? Search results?
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#13
|
|||
|
|||
|
Yea, i noticed Google image results only worked for the photos where i manually put the title in the filename and I stopped doing that a while ago, so this should help.
__________________
http://www.apocalyps.ca - Shutters Photoblog |
| Post Reply |
| Thread Tools | |
|
|