|
how to upload a file along with html form data
hi,
when i try to upload a file along with html form data,am using enctype="multipart/form-data" in the form tag to upload a file.but when i use enctype="multipart/form-data" am unable to get form data.its showing null values.when i remove the enctype attribute from form tag its workin fine,but unable to upload the file.pls tell me what might be the reason...am geting frustated with this prob...pls help me out....
lots of thanks in advance
|