Multiple selection / multiple upload

See all posts See thread Reply

Re: Multiple selection / multiple upload new!
by Mdc888, 14 years, 1 month ago
By the way, here it is:
<fieldset>
  <legend class='titrenoir'>Image upload</legend>
  <form name='form' enctype='multipart/form-data' method='post' action='upload_server_V5.php?upload_type=images' />
  <p><input type="file" size="32" name="my_field" value="" /></p>
  <p class="button"><input type="hidden" name="action" value="image" />
  <input type="submit" name="Submit" value="upload" /></p>
  </form>
</fieldset>

(Translated in HTML)Reply
Re: Multiple selection / multiple upload new!
by colin, 14 years, 1 month ago
I am not sure why you have an error. In any case, the error 4 UPLOAD_ERR_NO_FILE means that no file has been uploaded. The class cannot do anything if no file has been uploaded, and is not even activated. Check if uploads work properly on your server., without the class. Then use the class.Reply