Rozszerzenie I zakładać ten ładny funkcja (
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/Q_26341600.html:):
$file = wybuchać (". ", $_FILES ["your_var_name"] ["
imię"]);
$extension = array_pop ($file);
? >
Jeżeli ty życzyć ograniczenie kartoteka typ użytkownik móc upload tam być ładny funciton tutaj (
http://php.net/manual/en/features.file-upload.php):
$file = $_FILES ["userfile"];
$allowedExtensions = szyk ("txt", "rtf", "doc");
funkcja isAllowedExtension ($fileName
) {
globalny $allowedExtensions;
powrotny in_array (końcówka (wybuchać (". ", $fileName)), $allowedExtensions);
}
jeżeli ($file ["błąd"] == UPLOAD_ERR_OK) {
jeżeli (isAllowedExtension ($file
["imię"])
) {
# Robić uploading tutaj
} inny {
echo "Nieważny kartoteka typ";
}
} inny umierać ("Móc upload");
? >
Mieć Nadzieję to pomagać