Welcome Guest, Not a member yet? Register   Sign In
Multiple file uploads
#31

[eluser]manisha[/eluser]
Hi Hein,

Thanks for immediate reply...
Yes I have used (enctype=multipart/form-data) for my form...

#32

[eluser]manisha[/eluser]
It get resolved.... It was the place of <form> tag which was causing the problem as my form was containing other fields as well( embedded in table structure ) along with file input field .... So I placed <form action="upload/do_upload" method="post" enctype="multipart/form-data"> tag immediately after <body> tag...

So now I am getting values in $_FILES when I submit the form....

Thanks...




Theme © iAndrew 2016 - Forum software by © MyBB