Hi Mohit,
Look in WEB-INF/web.xml:
<!--
This parameter allows to specify where Cocoon should put files
which are uploaded by the upload.xsp sample. The path specified
is always relative to the context path of the servlet.
The default directory is "image-dir" in the work-directory
-->
<init-param>
<param-name>upload-directory</param-name>
<param-value>upload_location_relative_to_cocoon_webapp_dir</param-value>
</init-param>
Hope this helps,
Regards,
Chris
On Tuesday 11 September 2001 09:48, you wrote:
> 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]>