Strange???
OS: Windows7
When I run the following curl command it only uploads 80 bytes. This is the same result as if I were doing a form post with the input=file set to input=text.
curl -s -S -F "mysubmit=Install" -F "archive=C:\Users\me\Documents\Visual Studio 2008\Projects\TestApp.Roku\test2.zip" -F "passwd="
http://192.168.1.77/plugin_installWhat I would really like to do is do an httpRequest in C# but the named input field is causing the server to respond with input field not found. Anyone get this upload to work in .NET?