After making suffiecient study I had posted the question as I didnt find
anyway where there are reading a plain/text/jpeg/video data . Php is
reading form data everywhere from url encoded forms.
Anyways sorry for incovenience is its off the topic.
Regards,
Sharmistha
On Thu, Mar 22, 2012 at 4:21
On Thu, Mar 22, 2012 at 10:39 AM, Sharmistha Chatterjee
wrote:
>
> Hi,
>
> I am trying to upload a file to apache web server . The post request is
> successful. I am getting HTTP OK
>
> Post request
>
> POST /upload.php?save-as=t.txt HTTP/1.1
> Host: x.x.x.x
>
> Content-Length: 5
> Content-Type:
Hi,
I am trying to upload a file to apache web server . The post request is
successful. I am getting HTTP OK
Post request
POST /upload.php?save-as=t.txt HTTP/1.1
Host: x.x.x.x
Content-Length: 5
Content-Type: text/plain
Hello
Thank you. How the script will read the results, should it read using HTTP
GET (as I am new to this). Is there any information available regarding
this anywhere in the website.
Regards,
Sharmistha
On Thu, Mar 22, 2012 at 2:24 PM, Daniel Gruno wrote:
> On 22-03-2012 09:48, Sharmistha Chatterjee
On 22-03-2012 09:48, Sharmistha Chatterjee wrote:
Hi,
I am new to apache web server. My objective is to upload a file from a
C program.
I am facing an issue in uploading a file to APACHE web server on
Linux. I am not able to find the uploaded file at the server.
My post request has the followin
Hi,
I am new to apache web server. My objective is to upload a file from a C
program.
I am facing an issue in uploading a file to APACHE web server on
Linux. I am not able to find the uploaded file at the server.
My post request has the following data and the HTTP response is also
OK. if I dont