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 » HttpRequest File Upload
Re: HttpRequest File Upload [message #39570 is a reply to message #39557] Sat, 30 March 2013 12:44 Go to previous messageGo to previous message
Brat is currently offline  Brat
Messages: 7
Registered: March 2013
Promising Member
Hello Mirek,
i'll try it this way. But how does an Fileuplaod normaly work?
How does a browser handle a fileupload? I guess there is an other way.
For example this form

<form action="upload_file.php" method="post"
enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" id="file"><br>
<input type="submit" name="submit" value="Submit">
</form>



The "enctype="multipart/form-data"" causes a Multipart request.
http://www.ietf.org/rfc/rfc2388.txt

Is there a way to perfom those request with u++?
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to use Skylark on external server
Next Topic: [SOLVED] Fix some memory leak in IpAddrInfo
Goto Forum:
  


Current Time: Thu May 16 06:58:23 CEST 2024

Total time taken to generate the page: 0.02841 seconds