Jump to content

[SOLVED] upload file - change filename but extension dont chage


web_master

Recommended Posts

Hi,

 

I got a problem with file uplaod.

 

When I upload  the file, I want to change the file name only but to leave original file extenstion.

 

 

example:

 

original file is: my file.doc

 

saved file is: 1_5_text.doc

 

<?php 
move_uploaded_file($_FILES["file"]["tmp_name"],
"upload/" . $_FILES["file"]["name"]);
echo "Stored in: " . "upload/" . $_FILES["file"]["name"];
?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.