Forum OpenACS Q&A: Can't upload file

Collapse
Posted by Taka Chan on
I am using AOLserver3.3 + ad13 and have applied Jerry Asher's virtual hosting patch. I have written a script to upload a image file through a html form, but the following error exists:

[19/Oct/2001:13:18:51][8024.360453][-conn54-] Error: Error writing content: resource temporarily unavailable
Error writing content: resource temporarily unavailable while executing
"ns_conncptofp $fp" (procedure "ns_getform" line 29)
invoked from within
"ns_getform"
invoked from within
"set form [ns_getform] "
("uplevel" body line 3)
invoked from within
"uplevel {
ns_setformencoding [ns_config "ns/parameters" FormEncoding
iso-8859-1] set form [ns_getform]
set form_size [ns_set size $form]
set form..."
(procedure "set_the_usual_form_variables" line 13)
invoked from within
"set_the_usual_form_variables
("uplevel" body line 1)
invoked from within
"uplevel 1 $code"
(procedure "source_with_encoding" line 11)
invoked from within
"source_with_encoding $script"
(procedure "ns_sourceproc" line 6)
invoked from within
"ns_sourceproc cns923 {}"

What's wrong? Thanks.