-
File upload using HTTPS POST (4 messages)
- Posted by: Karthikeyan Boopathy
- Posted on: January 21 2005 07:11 EST
Hi, can somebody help me how to upload a file to a given url using HTTPS POST?Threaded Messages (4)
- Google returned an Apache commons package by Dieresis Dieresis on January 21 2005 15:56 EST
- Struts file upload by Sean Sullivan on January 24 2005 23:18 EST
- any luck by Manjunath Gouda on July 26 2006 23:20 EDT
- HTTPS file upload problem by Sharad Thute on June 25 2010 03:27 EDT
-
Google returned an Apache commons package[ Go to top ]
- Posted by: Dieresis Dieresis
- Posted on: January 21 2005 15:56 EST
- in response to Karthikeyan Boopathy
Hi, can somebody help me how to upload a file to a given url using HTTPS POST?
http://jakarta.apache.org/commons/fileupload/
http://www.theserverside.com/articles/article.tss?l=HttpClient_FileUpload -
Struts file upload[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: January 24 2005 23:18 EST
- in response to Karthikeyan Boopathy
-
any luck[ Go to top ]
- Posted by: Manjunath Gouda
- Posted on: July 26 2006 23:20 EDT
- in response to Karthikeyan Boopathy
Hi All, I am also running into same problem. I am using Apache Jakarta Commons FileUpload. My code was working fine till we were in HTTP. The code isn't working after we moved to HTTPS. Strange thing is there is no exception on server... Any pointers? Regards Manjunath -
HTTPS file upload problem[ Go to top ]
- Posted by: Sharad Thute
- Posted on: June 25 2010 03:27 EDT
- in response to Manjunath Gouda
Hi,
I am also facing the same problem. Did anybody find the solution?