The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
]Hello everybody
![]() have a little problem here. I wrote a little script to upload/download files to one specific folder on my host. problem is : u can upload files with space in the filename, but then u can't download it, it will link to somethink like : http://www.bla.com/upload/bo instead of http://www.bla.com/upload/bo om.jpg So I though that there may be a function replacing space with %20 or simple "_". I tried to add Code:
$file1=str_replace(" ","_",$file); Code:
@copy($file1, "$absolute_path/$file_name") I know it's really simple... but I can't hit it... :cross-eyed: Can anyone help pls? Thanx! |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|