cancel
Showing results for 
Search instead for 
Did you mean: 

Check Attachments in Offline form

Former Member
0 Kudos

Hi All,

I am currently working on a offline scenario wherein the requestor is supposed to attach a file to his Adobe Form before submitting.

Now my requirement is to check if there is an attachment with the form(offline) on the click of the submit button.

Any pointers on this..??

Any help will be appreciated..

PS: This is an offline process.

Thanks

Amita

Accepted Solutions (0)

Answers (4)

Answers (4)

OttoGold
Active Contributor
0 Kudos
OttoGold
Active Contributor
0 Kudos
Former Member
0 Kudos

Amita:

Please share the info on how to attach files in Offline Form.

I have a similar requirement.

Thanks and regards

Vijai

Former Member
0 Kudos

Check This Thread for file attachments and Removing in ADOBE

Regards,

Chandran S

Former Member
0 Kudos

Hi,

Just try this code, I have not tested it


var d = this.dataObjects;
if ( d == null ) 
     xfa.host.messageBox("No file attachments");

Regards

Pradeep Goli

Former Member
0 Kudos

Hi Pradeep,

We have already tried this option on the click of a button, but it does not work.

Can u plz let us know where exactly do we have to write this script.

Thanks,

Amita

Former Member
0 Kudos

Hello Amita

Can you please share how you did attachments in Adobe forms. Is there any example or link you can share that will be helpful.

Thanks

Former Member
0 Kudos

Hi Ajay,

Our problem is not resolved yet, will let you know once it is done.

Thanks,

Amita

Former Member
0 Kudos

Hi amita,

We have got the same requirement for checking the attachments before submitting in an Offline interactive form.. Pls Help us.

Your help is appreciated