Skip to content

Student Listing of File Constants (with File Upload)

studentlistingfileconstants.php - Student Listing: Complete Code Listing

1
2
3
4
5
<?php
// Student Listing File Constants
define('SL_UPLOAD_PATH', 'images/');
define('SL_MAX_FILE_SIZE', 524288);
define('SL_DEFAULT_STUDENT_FILE_NAME', 'generic_student.jpg');