Choose a file to upload: File ". $uploadingFileName . " has been uploaded"; } else{ echo "
There was an error uploading the file, please try again!"; } } else { echo "file not supported!"; } } } ?>


please make folder writable.



$entry has been deleted."; } else { echo "
Can't delete $entry."; } } else { $myFile = $realGpxPath . "/" . $entry; $myGpxFileNames[] = array( 'name' => $entry, 'size' => filesize( $myFile ), 'lastedit' => filemtime( $myFile ), 'nonce' => wp_create_nonce( 'wpgpx_deletefile_nonce_' . $entry ), ); } } } closedir($handle); } if ( is_readable ( $realGpxPath ) && $handle = opendir($realGpxPath)) { while (false !== ($entry = readdir($handle))) { if (preg_match($gpxRegEx,$entry )) { $filenames[] = $realGpxPath . "/" . $entry; } } closedir($handle); } ?>