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">&lt;form action=&quot;/cgi-bin/fwupgrade.cgi&quot;<br>enctype=&quot;multipart/form-data&quot; method=&quot;post&quot;&gt;<br>&lt;p&gt;<br>Type some text (if you like):&lt;br&gt;<br>
&lt;input type=&quot;text&quot; name=&quot;textline&quot; size=&quot;30&quot;&gt;<br>&lt;/p&gt;<br>&lt;p&gt;<br>Please specify a file, or a set of files:&lt;br&gt;<br>&lt;input type=&quot;file&quot; name=&quot;datafile&quot; size=&quot;40&quot;&gt;<br>
&lt;/p&gt;<br>&lt;div&gt;<br>&lt;input type=&quot;submit&quot; value=&quot;Send&quot;&gt;<br>&lt;/div&gt;<br>&lt;/form&gt;</code></pre><br>Kindly Let me know if you need further information.<br><br>Thank you,<br>Ankur.<br>