Multiple files | PHP RSS blogger 2 |
Posted: 10 Feb 2015 01:50 PM PST Форма обратной связи с вложениями зафиксировать панель <?php if(isset($_POST['submit'])) { for($i=0;$i<count($_FILES['file']['name']);$i++) { if(!is_uploaded_file($_FILES['file']['tmp_name'][$i])) { echo 'файл не загружен'; } else { echo $_FILES['file']['name'][$i]; } } } ?> <!DOCTYPE html> <meta charset="utf-8"> <form... |
You are subscribed to email updates from RSS blogger 2 To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
0 comments:
Post a Comment