I would like to add an image uploader to my site. From what I can tell, I need to use POST methods to send the data from the uploaded file to the next page. If I use the GET method, the $files variables don't get the information.
Is there a way to use the GET method? The way my site's set up, it would be much easier to use GET.
Besides the size restrictions, I don't think that enctype="multipart/form-data" has any meaning for GET. Besides, since uploading a file makes a change on the server, you should not use GET, anyway.
"Please give us a simple answer, so that we don't have to think, because if we think, we might find answers that don't fit the way we want the world to be."
~ Terry Pratchett in Nation
Bookmarks