Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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

1 Reply

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 1

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

Avatar

Level 1

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