XUpload - post method

Message
Author
raceeend
Posts: 1
Joined: Jun 23, 2009 8:51 am

post method

#1 Postby raceeend » Jun 23, 2009 12:54 pm

Hello,

How do i get info about an uploaded file shown on post.php?

I tried it with a $_Post variable. But nothing is shown.

Regards,
Martijn

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

Re: post method

#2 Postby admin » Jun 25, 2009 8:09 am

raceeend wrote:Hello,

How do i get info about an uploaded file shown on post.php?

I tried it with a $_Post variable. But nothing is shown.

Regards,
Martijn
It should be stored in $_POST[] array. Make sure that you reading correct values. Show your code here.