I've been used to supplying the argument of Filereference.upload(arg) with a backend script. e.g. mysite.com/uploader.cgi
However, i'm currently working with a server that doesn't require me to pass the post vars into a server side script.
Based on my understanding from the head programmer of the company, all i need to do is to do a normal http post and the server will do the upload job. Is this possible or did i hear him wrong? he said that we have a special webserver that deals with the HTTP Post directly.
So i thought, regardless whether i put either
"mysite . com"
or
"mysite . com / currentpage.php "
as argument for the FileReference.upload(arg), the file will still be uploaded.
just askin if this is possible.
thanks :-)