Archive: InetLoad and Post


InetLoad and Post
For some reason this does not work.....
InetLoad::load /POST "FILENAME=${FILENAME}" "$source" "$destination" /END


if I switch to a GET, everything works fine
InetLoad::load "$source?FILENAME=${FILENAME}" "$dest" /END


On the php side I am using this line:
GET:
$filename = trim(strip_tags($_GET['FILENAME']));
POST:
$filename = trim(strip_tags($_POST['FILENAME']));
anyone know what this could be ?
thanks :)


I wrote a simple php script returning 2 post and 2 get vars with the resulting html. Attached zip includes test reg.html form, php, nsi and resulting txt for InetLoad request. Tested with Apache on (some old) BSD.