there is no period before the ext? I am using a php script (shown below) to allow users to upload files to my web server. For some reason, after it renames the file, it removes the period before the extension. What can I add to the code to get it to upload the file with the period intact?
<?php...