Hi,
I want to upload the file remotely, and that file should be stored in the folders depending on date. For example, if i am uploading abc.html on 8th July 2010 it should be stored like this xyz.com/2010/July/8/abc.html, if folder doesn't exists it should be create automatically. Please can any one help me?
File upload
Moderator: General Moderators
Re: File upload
Take a look at some of these:
Uploading a file - http://us.php.net/manual/en/function.fi ... ntents.php
Make a directory - http://us.php.net/manual/en/function.mkdir.php
Date & Time functions - http://us.php.net/manual/en/function.date.php
Uploading a file - http://us.php.net/manual/en/function.fi ... ntents.php
Make a directory - http://us.php.net/manual/en/function.mkdir.php
Date & Time functions - http://us.php.net/manual/en/function.date.php