Dear Friends,<br><br>I am using busybox version 1.7.2. I am using cgi to upload file from machine to board where httpd is running. Now I want to ask what is the maximum size of file I can transfer from machine to board using File upload control.<br>
<br>Below is the HTML code:<br><pre><code class="html"><form action="/cgi-bin/fwupgrade.cgi"<br>enctype="multipart/form-data" method="post"><br><p><br>Type some text (if you like):<br><br>
<input type="text" name="textline" size="30"><br></p><br><p><br>Please specify a file, or a set of files:<br><br><input type="file" name="datafile" size="40"><br>
</p><br><div><br><input type="submit" value="Send"><br></div><br></form></code></pre><br>Kindly Let me know if you need further information.<br><br>Thank you,<br>Ankur.<br>