plugNPlay has asked for the wisdom of the Perl Monks concerning the following question:
This one doesn't work:POST http://192.168.1.20:58080/pce8/admin Referer: http://192.168.1.20:58080/pce8/admin Content-Length: 2464200 Content-Type: multipart/form-data; boundary=xYzZY --xYzZY Content-Disposition: form-data; name="op" scheduleOptionsFcn --xYzZY Content-Disposition: form-data; name="op2" submit --xYzZY Content-Disposition: form-data; name="schedName" proj2 --xYzZY Content-Disposition: form-data; name="projValue" 1 --xYzZY Content-Disposition: form-data; name="updatePolicy" 7 --xYzZY Content-Disposition: form-data; name="cleanPolicy" 6 --xYzZY Content-Disposition: form-data; name="maxUpdateAge" 365 --xYzZY Content-Disposition: form-data; name="deactivated" FALSE --xYzZY Content-Disposition: form-data; name="mppFileName" C:\Testbots\unit_test_data\1200task_A_Schedule.mpp --xYzZY Content-Disposition: form-data; name="deactivateDate" --xYzZY Content-Disposition: form-data; name="mppFile"; filename="1200task_A_S +chedule.mpp" Content-Length: 2463232 Content-Type: application/vnd.ms-project (begin binary content)
The functioning box has Windows 2000 Server, the failing box runs Windows 2003 Server. They run identical installations of Perl, have the same libraries, etc. Does anyone know of this problem and have any solutions? My preference is to host my program on the 2003 Server box, but I can't with this issue in the way. Many thanks - PlugNPlayPOST http://192.168.1.20:58080/pce8/admin Referer: http://192.168.1.20:58080/pce8/admin Content-Length: 2464175 Content-Type: multipart/form-data; boundary=xYzZY --xYzZY Content-Disposition: form-data; name="op" scheduleOptionsFcn --xYzZY Content-Disposition: form-data; name="op2" submit --xYzZY Content-Disposition: form-data; name="schedName" proj1 --xYzZY Content-Disposition: form-data; name="projValue" 1 --xYzZY Content-Disposition: form-data; name="updatePolicy" 7 --xYzZY Content-Disposition: form-data; name="cleanPolicy" 6 --xYzZY Content-Disposition: form-data; name="maxUpdateAge" 365 --xYzZY Content-Disposition: form-data; name="deactivated" FALSE --xYzZY Content-Disposition: form-data; name="mppFileName" C:\Testbots\unit_test_data\1200task_A_Schedule.mpp --xYzZY Content-Disposition: form-data; name="deactivateDate" --xYzZY Content-Disposition: form-data; name="mppFile"; filename="1200task_A_S +chedule.mpp" Content-Type: application/vnd.ms-project (binary content)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: file upload fails on some machines
by atcroft (Abbot) on Aug 11, 2005 at 21:23 UTC | |
|
Re: file upload fails on some machines
by kwaping (Priest) on Aug 11, 2005 at 18:26 UTC | |
by plugNPlay (Initiate) on Aug 11, 2005 at 21:08 UTC |