when i try to upload two files in the form, it doesn't happen!!! here is my code
<input type="file" name="video" />
<input type="file" name="picture" />
<input type="submit" class="input" value="Save" />
but when i post only one file, that's ok!!! can somebody help me, pleaseee;)