Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Unable to Upload File in Webapp

Avatar

Level 2

Hello! I have created a simple webapp with a page and an file upload field. But upon selecting a file and then clicking on the upload button, it will always get stuck on the upload step.

1624725_pastedImage_1.png

When I checked on the network tab of Chrome to see what could be the error, the response from /nl/jsp/uploadFile.jsp is always  "Error during authentication". What could be the issue and how do I solve this? I have also tried both anonymous and restricted access. With restricted access, on the login page I will always get the error that my IP address is not allowed access even though it has been whitelisted. Thanks in advance!

1 Accepted Solution

Avatar

Correct answer by
Level 8

Hi Justin,

Can you check with your internal team to whitelist your IP address to upload the files in webapp as it is an issue with the proxy settings.

See this answer. Hope it helps

How to Upload a file using Webapp Adobe Campaign?

Regards,

Venu

View solution in original post

4 Replies

Avatar

Level 2

Hi....did you find solution to this problem??

I am facing the same is its particularly with File Upload functionality.

Avatar

Level 2

Hi Sachin,

Nope, still haven't managed to resolve it....

Avatar

Correct answer by
Level 8

Hi Justin,

Can you check with your internal team to whitelist your IP address to upload the files in webapp as it is an issue with the proxy settings.

See this answer. Hope it helps

How to Upload a file using Webapp Adobe Campaign?

Regards,

Venu

Avatar

Level 2

This functionality only works with Authenticated web apps and not on Landing pages with Anonymous access.

Behind the scene is called uploadFile.jsp which does not process the request if the user is anonymous (unauthenticated) and hence the page gets stucked.