954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Image



Welcome to admin panel
Add to Gallery
Manage to Gallery

Image Title


Image File







Pooja J.
Light Poster
39 posts since Feb 2010
Reputation Points: 10
Solved Threads: 0
 

The file fields do not get sent via $_POST - they are sent in PHP via $_FILE. there are various tutorials on uploading and changing files names.

liamfriel
Junior Poster
103 posts since Oct 2009
Reputation Points: 13
Solved Threads: 13
 

you need to access $_FILE instead of $_POST
it should be:
$file = $_FILE['file2']['name']
instead of
$file = $_POST['file2'];

hashinclude
Junior Poster
111 posts since May 2007
Reputation Points: 11
Solved Threads: 8
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You