Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post How Can I Stop File Name And Extentions Changes? 
 
I uploaded a test file and when I tried to download it the file name and extention were changed.
How can I stop this from happening?
 




____________
Thanks, Mr.Wizard

The Scripting Idiot!
Sua Sponte a World of Warcraft Tanaris Guild
 
MrWizardSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: How Can I Stop File Name And Extentions Changes? 
 
OPEN pafile/modules/pa_download.php
FIND
Code: [Download] [Hide] [Select]
elseif((!empty($mirrors_data) && $mirror_id == -1) || (empty($mirrors_data)))
        {
            //$real_filename = $file_data['real_name'];
            $real_filename = '"'. $file_data['real_name']. '"';
            $physical_filename = $file_data['unique_name'];
            $upload_dir = (!empty($file_data['upload_dir'])) ? $file_data['upload_dir'] : $pafiledb_config['upload_dir'];
            $file_url = $file_data['file_dlurl'];
        }

REPLACE WITH
Code: [Download] [Hide] [Select]
elseif((!empty($mirrors_data) && $mirror_id == -1) || (empty($mirrors_data)))
        {
            $real_filename = $file_data['real_name'];
            $physical_filename = $file_data['unique_name'];
            $upload_dir = (!empty($file_data['upload_dir'])) ? $file_data['upload_dir'] : $pafiledb_config['upload_dir'];
            $file_url = $file_data['file_dlurl'];
        }


It is not a bug  
It is known error running apache on windows OS
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How Can I Stop File Name And Extentions Changes? 
 
I should have fixed it in 058... isn'it?
 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How Can I Stop File Name And Extentions Changes? 
 
Thanks for the help. That fixed the problem. DIFUS you are the man!
 




____________
Thanks, Mr.Wizard

The Scripting Idiot!
Sua Sponte a World of Warcraft Tanaris Guild
 
Last edited by MrWizard on Wed 06 Sep, 2006 15:50; edited 1 time in total 
MrWizardSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: How Can I Stop File Name And Extentions Changes? 
 
Mighty Gorgon wrote: [View Post]
I should have fixed it in 058... isn'it?



it is not fixed in 058
and it is no need
 




____________
*VOLVO CLUB*
 
difusSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron