there are problems when uploading pics using jive forum

javax.servlet.ServletException: MultipartRequest()Not a directory: /home/bqlr/jive/upload/what's wrong ?I have added the dir in jive(where the forum are installed )
[186 byte] By [w1o1s1h1a] at [2007-10-2 10:39:15]
# 1
It wants to put the files in the given directory, which is a complete path (so if you put it under the Jive installation directory it's in the wrong place).Also make sure that the user the software runs as has read/write access to that directory.
jwentinga at 2007-7-13 2:45:04 > top of Java-index,Java Essentials,New To Java...
# 2
what's "complete path " meaning ?
w1o1s1h1a at 2007-7-13 2:45:04 > top of Java-index,Java Essentials,New To Java...
# 3
WYSIWYG.Learn the difference between absolute and relative paths and you might be enlightened.
jwentinga at 2007-7-13 2:45:04 > top of Java-index,Java Essentials,New To Java...
# 4
I know the difference between absolute and relative paths .but it is obvious that that path is absolute path.
w1o1s1h1a at 2007-7-13 2:45:04 > top of Java-index,Java Essentials,New To Java...