Jump to content

[PHP] image upload rename


Laim

Recommended Posts

~Sorry for topic title, didn't know what to call it.~

 

Basically, What I want to do is have an image uploader that renames the file to the user's username.

 

For example:

 

If Jeff went to upload his image and on his computer it was called '38483_fbkn.PNG' I want it to rename the file too 'Jeff.jpg' I've done this before but I honestly for the life of me can't remember how I did it.

 

Any help? Also sorry if wrong section, I'm new here :P

Link to comment
https://forums.phpfreaks.com/topic/276987-php-image-upload-rename/
Share on other sites

I don't mean to steer you away, but this is covered in many tutorials online. You can follow this tutorial and simply adjust the filename when calling move_uploaded_file():

 

http://www.tizag.com/phpT/fileupload.php

 

move_uploaded_file():

http://us1.php.net/manual/en/function.move-uploaded-file.php

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.