Jump to content

Directory Transversal, Php upload!


Snooble

Recommended Posts

Hey. Here's the part of the code I'm having trouble with. The php file is ran from /includes/check.php

 

I want the uploaded file to be moved to /uploads/FILENAME.EXT

 

At the moment is goes to: /includes/uploads/FILENAME.EXT

 

$newname = dirname(__FILE__).'../uploads/'.$filename;

 

Thanks

 

Snoobs

Link to comment
https://forums.phpfreaks.com/topic/136047-directory-transversal-php-upload/
Share on other sites

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.