Adobe Connect User Community
Menu

#1 2015-12-12 01:48:36

suchi

Unable to upload a file in content via api

I am using the below form to upload a file in the folder in content via API. The upload status comes ok but the issue is it changes the folder type to the file upload file.

<FORM action="https://domain.com/api/xml?action=sco-expanded-contents&sco-id=1109124136&icon=pdf" enctype="multipart/form-data" method="post">
<P>
What files are you sending?
<INPUT type="file" name="file">
<BR>
<INPUT type="submit" value="Send"> <INPUT type="reset">
</FORM>

Please help so that i can upload a file in side folder .

Offline

#2 2015-12-12 01:49:36

suchi

Re: Unable to upload a file in content via api

suchi wrote:

I am using the below form to upload a file in the folder in content via API. The upload status comes ok but the issue is it changes the folder type to the file upload file.

<FORM action="https://domain.com/api/xml?action=sco-expanded-contents&sco-id=1109124136&icon=pdf" enctype="multipart/form-data" method="post">
<P>
What files are you sending?
<INPUT type="file" name="file">
<BR>
<INPUT type="submit" value="Send"> <INPUT type="reset">
</FORM>

Please help so that i can upload a file in side folder .

Offline

Board footer