הוסטס - פורום אחסון האתרים הגדול בישראל

הוסטס - פורום אחסון האתרים הגדול בישראל (https://hosts.co.il/forums/index.php)
-   פורום תיכנות (https://hosts.co.il/forums/forumdisplay.php?f=14)
-   -   PHP - העלאת קבצים, אישור לסיומת מסוימת (https://hosts.co.il/forums/showthread.php?t=61231)

Dum 24-03-08 00:21

PHP - העלאת קבצים, אישור לסיומת מסוימת
 
היי,
איך בקוד הבא אני מאפשר לעלות רק סיומת של JPG לדוגמא

PHP קוד:

<?php 
if (isset($_POST['check_if_press']) && $_POST['check_if_press'] == "send_file")  



    if (!empty(
$_FILES['my_file']['name']))  
    { 
        
$dir getcwd()."/"
        
move_uploaded_file($_FILES['my_file']['tmp_name'] , $dir.$_FILES['my_file']['name']);  
        echo 
"Weldone, You have been uploaded the file."
    } 


?> 

<form action="<?php echo $PHP_SELF?>" method="post" enctype="multipart/form-data">  
    Upload file: <input type="file" name="my_file" /><br /> 
  <input type="submit" name="check_if_press" value="send_file"  /> 
</form>


hi_sorie 24-03-08 01:17

ציטוט:

נכתב במקור על ידי Dum (פרסם 618330)
היי,
איך בקוד הבא אני מאפשר לעלות רק סיומת של JPG לדוגמא

PHP קוד:

<?php 
if (isset($_POST['check_if_press']) && $_POST['check_if_press'] == "send_file")  
 

 
    if (!empty(
$_FILES['my_file']['name']))  
    { 
        
$dir getcwd()."/"
        
move_uploaded_file($_FILES['my_file']['tmp_name'] , $dir.$_FILES['my_file']['name']);  
        echo 
"Weldone, You have been uploaded the file."
    } 
 

?> 
 
<form action="<?php echo $PHP_SELF?>" method="post" enctype="multipart/form-data">  
    Upload file: <input type="file" name="my_file" /><br /> 
  <input type="submit" name="check_if_press" value="send_file"  /> 
</form>


תקרא explode

Dum 24-03-08 09:57

אני רוצה אפשרות שבתיבה שהוא מעלה שנפתח החלון של הבחירת קובץ אפשר יהיה לבחור רק קבצים כאלו...

daMn 24-03-08 20:28

קרא על המערך הגלובלי FILES_$ ושים לב למימד השני שיש שם [type] שנותן לך את הmime-type של הקובץ,
בנוסף תגזור את הסיומת של הקובץ עם explode ותבדוק מול רשימה משלך.


כל הזמנים הם GMT +2. הזמן כעת הוא 20:09.

מופעל באמצעות VBulletin גרסה 3.8.6
כל הזכויות שמורות ©
כל הזכויות שמורות לסולל יבוא ורשתות (1997) בע"מ