Tagged Questions
0
votes
1answer
82 views
How to record files on a server with minimal access using MVC
How to record files on a server with minimal access using MVC. The next version of the code is not suitable as it will be clogging up the domain.
Controller code:
var fileFile = Request.Files["p" ...
0
votes
2answers
475 views
receiving xml file via http post
I have a test script to receive an xml file via http post and it appears to work ok when I use it internally. When I move the script to a web server which can be accessed externally nothing appears to ...
0
votes
1answer
420 views
Error while installing Poster (Python Module)
I'm trying to install Chris Atlee's python Poster library so I can upload a file using a HTTP POST query from within my script.
On python 2.3, when I type # python setup.py install, I get the ...