Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ MT-multithreading and servers » HTTP Client and file upload
Re: HTTP Client and file upload [message #25680 is a reply to message #25584] Sun, 07 March 2010 19:23 Go to previous messageGo to previous message
forlano is currently offline  forlano
Messages: 1185
Registered: March 2006
Location: Italy
Senior Contributor
I was too optimistic... it does not work Evil or Very Mad ,

Is it possible to have a simple example of file upload by using the HttpClient? I need to simulate the file upload by a web form like this
<html>
    <head></head>
    <body>
        <form enctype="multipart/form-data" action="uploader.php" method="POST">
		<input type="hidden" name="MAX_FILE_SIZE" value="100000" />
		Choose file: <input name="uploadedfile" type="file" /><br />
		<input type="submit" value="Upload File" />
		</form>
    </body>
</html> 

If it is not possible I'll use the Ftp client.
Thank you very much in advance,
Luigi

[Updated on: Sun, 07 March 2010 20:41]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: HttpsClient problems?
Next Topic: HttpQuery - not working?
Goto Forum:
  


Current Time: Thu May 09 09:30:44 CEST 2024

Total time taken to generate the page: 0.01661 seconds