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

Upload PDF & images from Adobe WebApp

Avatar

Level 2

Hi All,

I am creating a webapp where the users will have an option to upload invoices. They can upload invoices in PDF & images format. 

After submission the webapp form the invoice should be uploaded in public resource folder.

I am trying to build this webapp by referring to this post. 
https://experienceleaguecommunities.adobe.com/t5/Adobe-Campaign-Standard/I-want-to-Upload-images-to-...
The script mentioned in this article will copy the file from adobe campaign instance to the resource folder. But i want to upload the file from local machine.
I am not using the page v5 compatiblity so i cannot use the file upload option. Everything is build by the creative team.
is there any way i can use the file Upload api to upload images from local machine?

Thanks,
Manoj
@Marcel_Szimonisz  @Vipul_Raghav @Florian_Courgey 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

 

AFAIK there's no way to upload files via Campaign web apps or jssp's.

You can do this with jsp, though will need to write this outside Campaign.

 

Thanks,

-Jon

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

Hi,

 

AFAIK there's no way to upload files via Campaign web apps or jssp's.

You can do this with jsp, though will need to write this outside Campaign.

 

Thanks,

-Jon

Avatar

Level 2

Hi Manoj,

@ManojK_Epsilon 

Is it resolved? I have similar query.

 

Thanks,

Diksha

Avatar

Community Advisor

Hello Diksha,

 

I was able to implement this by using a iframe and upload the images outside Adobe Campaign.

 

Thanks,

Manoj


     Manoj
     Find me on LinkedIn

Avatar

Level 2

Hi @ManojK_Epsilon  , I am trying to automate the image upload into res schema directly by uploading the images from the local machine, Is there any other way to achieve this.?

 

Could you please help me with Iframe options?

 

Thanks,

Diksha

 

 

Avatar

Level 2

hi @ManojK_Epsilon  @Diksha036  I am having the same issue , were you able to solve it through the iframe option? show us how please