Question
Develop a web application where the application should contain the following requirements:| 1. At least four different papers (e.g., 159339, 159741, 159302, 159334). 2. Allowable
Develop a web application where the application should contain the following requirements:| 1. At least four different papers (e.g., 159339, 159741, 159302, 159334). 2. Allowable files for uploading should consist of a single file in text form (ie.*.txt, *.php, *.cpp). 3. The account numbers for students need to be checked against a list (the list must reside in a text file in the same subdirectory. 4. Every time a student submits a file, it has to check against his/her password. 5. Appropriate error checking should be part of the application. For example, checking that the account exists and that the password is correct before accepting the submission 6. The saved file needs to be renamed to something meaningful. Follow this syntax: Assignment#1_studentID_paperCode_semesterNumber_year.php (e.g., a1_0999999_159339_semester2_2010.php). 7. Students can make multiple submissions for the same assignment, for the same paper; however, the files will have to be saved with an extension indicating the sequence number. The latest file submitted will have to be renamed with an extension.php, .con, or .txt. e.g., a1_0999999_159339_semester2_2010.000> first submission a1_0999999_159339_semester2_2010.001 > second submission a1_0999999_159339_semester2_2010.002 -> 3rd submission a1_0999999_159339_semester2_2010.php > latest submission 8. The web application should work with a local webserver, where it is going to be checked by the lecturer. You can use as many files as you want in order to complete. 9. You can complete the assignment using PHP and other supporting languages that were covered in class. You should indicate this in your assignment documentation. 10. It is a good idea to prototype the systems starting with the forms, and then proceeding with the rest of the code. 11.There should be a function that allows a student to list what he/she has submitted so far, including the date of submission. 12. There should be a function that reports how many submissions were gathered so far. Individual students should not be able to see what other students have submitted, but only the total number of submissions should be shown.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started