cancel
Showing results for 
Search instead for 
Did you mean: 

Download Files without the WebResource

Former Member
0 Kudos

Hi everybody,

I'm Giancarlo from Argentina. Please excuse me, I have a really bad english.

I've the following question:

Can I download a file without using the cachedwebresource?

I know the answer is YES. Actually i'm using the UI Element Download. This element uses the IWDAttributelnfo and IWDModifiableBinaryType's classes. The problem is that i don't want to press the botton to do the downloading, is there another way? could it be by code? I mean, can I start the downloading by code without pressing the botton? it's important not using the cachedwebresource.

Thanks for all

Giancarlo

Edited by: Giancarlo Sereni on Apr 17, 2008 9:21 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

With out using this ui component you wont be able to do this from webdynrpo.

Alternative would be a pure webapp using jsp/servlet

and creating an ivew for this.

Regards

Ayyapparaj

Former Member
0 Kudos

Do you know any tutorial to do a WebApp with JSP/Servlet and integrate this WebApp to the portal?

Thanks!