javascript - How to select multiple files with <input type="file">? -


& lt; इनपुट प्रकार = "फ़ाइल" & gt; ?

नया जवाब:

HTML5 में आप एकाधिक 1 से अधिक फ़ाइल का चयन करने के लिए विशेषता।

  & lt; इनपुट प्रकार = "फ़ाइल" नाम = "filefield" multiple = "multiple" & gt;  

पुराना उत्तर:

आप केवल 1 फ़ाइल प्रति & lt; इनपुट प्रकार = "फ़ाइल" / & gt; । यदि आप एकाधिक फ़ाइलों को भेजना चाहते हैं तो आपको कई इनपुट टैग का उपयोग करना होगा या फ्लैश या सिल्वरलाइट का उपयोग करना होगा।


Comments

Popular posts from this blog

ios - Form Sheet content disappearing -

MySql variables and php -

php - Laravel - Overriding a resource route into a different route filter group -