MCQs > IT & Programming > LAMP > You have to upload a file named 'SalesFile' using the form post method mentioned below. What should be the code in line 3 to accomplish the same? 1 2 Send this file: 3 4

LAMP MCQs

You have to upload a file named "SalesFile" using the form post method mentioned below. What should be the code in line 3 to accomplish the same?

1    <input type="hidden" name="MAX_FILE_SIZE" value="30000" />
2    Send this file:
3    
4    <input type="submit" value="Send File" />

Answer

Correct Answer: input name="SalesFile" type="file" />

Explanation:

Note: This Question is unanswered, help us to find answer for this one

LAMP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More LAMP MCQ Questions

search

LAMP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it