Re: [opencms-dev] How to use uploadfile function

lists at rueth.info lists at rueth.info
Tue Jan 4 07:56:01 CET 2005


Which OpenCms version are you using? If version 6, then there is no more
com.opencms...., but rather org.opencms.... (and in some cases the
package structure also changes, e.g. from com.opencms.flex.jsp to
org.opencms.jsp. Best is to check out the source code and produce an
API from it or just search the source.

Regards
Ulrich

Mohit Raj <mohit.raj at amsoft.net> schrieb am 04.01.2005, 05:28:00:
> Hi,
> 
> Ok, I have removed both the java packages from import. But then how to
> proceed for upload of content in opencms VFS. which packages do I need to
> import and does it requires any Servlets or command line support???
> 
> Thanks
> Mohit
> 
> 
> Mohit Raj wrote:
> 
> > 
> 
> Try to remove java.lang.Object.* First you don't need to import anything
> from java.lang, it is done implicitly and second - more important - what
> classes do you think does Object.* refer to? Object is a class and you can't
> have any more dots after the classname or you don't have a class.
> 
> chris
> 
> 
> 
> 
> 
> _______________________________________________
> This mail is send to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://mail.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list