Search found 3 matches

by nikii
Thu Feb 15, 2007 6:04 am
Forum: PHP - Code
Topic: $HTTP_POST_FILES
Replies: 6
Views: 749

$HTTP_ POST _FILES. There's nothing like that for GET. i want to know how values are assigned to the Variables? to $HTTP_POST_FILES['FileVar']['name'] if we are using this code <form enctype="multipart/form-data" action="uploader1.php" method="post"> <input type="...
by nikii
Thu Feb 15, 2007 5:38 am
Forum: PHP - Code
Topic: $HTTP_POST_FILES
Replies: 6
Views: 749

Are you asking if there is a difference between $_FILES when using a get method as opposed to a post method? Thanks for your Reply superdezign As far as i think we can not use $_FILES using GET method... but what if we can upload a file using GET method... then how the QueryString will be for the A...
by nikii
Wed Feb 14, 2007 10:41 pm
Forum: PHP - Code
Topic: $HTTP_POST_FILES
Replies: 6
Views: 749

$HTTP_POST_FILES

hello friends im new to this forum... i want to know how $HTTP_POST_FILES works... i know how to use it and how to work with it. but i have a very small question i have not yet found the answer on the NET i did a search more then 6 hour. but found nothing and finally decided to ask here.. my questio...