You can't cast a string to a file (I think you have to learn more about Java, first)! Try uploadDir = new File ("c:\\"); // look for the '\\'! instead. I think you forced a compiler error. The other question: You want to reload a page, right? There are many possibilities. The probably easiest version is to use JavaScript to redirect to another page. Actions might help you, too. Feel free to contact me if you need additional help. -----Ursprüngliche Nachricht----- Von: Mohit Narain [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 11. September 2001 11:49 An: Cocoon Users Betreff: Uploads How does one configure where exactly the uploaded files are stored? In the xsp file, we have: public void contextualize(Context context) throws ContextException { uploadDir = (File) context.get(Constants.CONTEXT_UPLOAD_DIR); } I tried to change this as follows: uploadDir = (File) "c:\"; However, the page did not display. Any idea where/how we should configure this? Also, when the upload completes, by default, the "upload" page reloads. However, if the upload code is in some file of ours (say try.xsp), then where do we configure it to reload this page after the upload is complete? Looking forward to your response, Best Wishes...Mohit --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]> --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faqs.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>