Hi Amit, To upload any content following would help you :-
At following link - https://demo-trunk.ofbiz.apache.org:8443/partymgr/control/viewprofile?partyId=Company you can find a section named "Party Content", this is way how you could upload any type of content. Even logo as well. Now you can trace the code and implement same in your system as well. -- Thanks and Regards Sumit Pandit On Fri, Apr 9, 2010 at 4:04 PM, amit kumar <[email protected]> wrote: > > Hi, > > I have to upload a image file on server, > And i didn't get the attribute type (*****) for the file: > > <service name="uploadLogo" engine="java" default-entity-name="Logo" > location="com.myClass.UploadLogo" > invoke="uploadMerchantLogo" auth="true"> > <description>Update Merchant Logo</description> > <attribute name="merchantLogoName" type=" ****** " mode="IN" > optional="false" /> > </service> > > > Is there any other way to upload a file, or from where i can get help? > > > > Regards, > Amit Baliyan > > > >
