answersLogoWhite

0


Best Answer

it's multipart/form-data I think

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the value of the enctype attribute for a Web form that uploads a file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What enctype attribute value do you use on a form to collect user text input and file uploads?

You have to set the enctype for the file uploads. The enctype should be MULTIPART/FORM-DATA.


In HTML 4.0 Which is the correct enctype attribute for a FORM collecting user text input and file uploads?

text/plain


What is enctype in HTML?

Enctype is a portmanteau of "encoding type." In HTML enctype is an attribute applied to FORM tags. This attribute tells the browser how the data in the form should be encoded, prior to it being sent to the form's action.There are three valid values for the enctype attribute:application/x-www-form-urlencodedmultipart/form-datatext/plainThe first value, application/x-www-form-urlencoded, is the default value. When the browser sees this value, it will URL encode all the data in the form. This means that spaces are converted to "+" signs, and special characters are converted to their ASCII HEX value.Multipart/form-data is the encoding type used to prevent the encoding of the data by the browser. You must use this encoding type if you want to implement a form that uploads files. (Because encoding the binary data in a file would not be good.)The final type, text/plain, leaves the data unencoded except for changing the spaces into "+" signs.


Can you upload a file with Google Forms?

<form enctype="multipart/form-data" action="uploader.php" method="POST"> <input type="hidden" name="MAX_FILE_SIZE" value="100000" /> Choose a file to upload: <input name="uploadedfile" type="file" /><br /> <input type="submit" value="Upload File" /> </form> yes .......patil nimba


Which file attribute identifies the file as having been modified since the last backup?

Archived.. The archive attribute identifies if a file has been modified since the last backup. A file attribute is metadata that gives certain qualities to a file after the attribute has been given


What is working of Attrib command?

The attrib command is a Recovery Console command used to change the file attributes for a file or directory while in Recovery Console. An attrib command is also available from the Command Prompt. attrib [+r|-r] [+s|-s] [+h|-h] [+c|-c] [filename] +r = This assigns the read-only file attribute to the file or directory. -r = This removes the read-only attribute. +s = This assigns the system file attribute to the file or directory. -s = This removes the system attribute. +h = This assigns the hidden file attribute to the file or directory. -h = This removes the hidden attribute. +c = This assigns the compressed file attribute to the file or directory. -c = This removes the compressed attribute. filename = This is the file or directory that you are wanting to change the attributes of.


Which file attribute is vital to the backup process?

Anal-file


What is the working of attrib command?

The attrib command is a Recovery Console command used to change the file attributes for a file or directory while in Recovery Console. An attrib command is also available from the Command Prompt. attrib [+r|-r] [+s|-s] [+h|-h] [+c|-c] [filename] +r = This assigns the read-only file attribute to the file or directory. -r = This removes the read-only attribute. +s = This assigns the system file attribute to the file or directory. -s = This removes the system attribute. +h = This assigns the hidden file attribute to the file or directory. -h = This removes the hidden attribute. +c = This assigns the compressed file attribute to the file or directory. -c = This removes the compressed attribute. filename = This is the file or directory that you are wanting to change the attributes of.


Will file share users be fined or worse?

File sharing is not illegal if the file sharer only uploads non copyrighted material. But if he/she uploads copyrighted material without permission he/she can be fined. It almost never happens that somebody is being jailed by downloading


What attribute identifies the file that wil appear in a frame?

The SRC attribute identifies what will appear in a frame.


How do you access the properties box for a file to change a file attribute?

Right-click the file and select Properties


How do you you use a word attribute in a sentence?

In computing, an attribute is a specification that defines a property of an object, element, or file.