in reply to software error regarding as described below

Did you actually read the error message you were getting?
Software error: CGI open of tmpfile: Read-only file system

If you upload a file, CGI tries to open a temporary file. That fails because the file system that CGI uses for temporary files is mounted as read-only.

So, mount your file system as rw, and all is fine.

  • Comment on Re: software error regarding as described below

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.