Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions javascript/upload_example/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
</p>
<p>On success, you will get the Slideshow ID of the slideshow you uploaded to Slideshare. If things go wrong (ex. you do not provide valide credentials etc), an appropriate error code will be returned. More documentation can be found on <a href="http://www.slideshare.net/developers/documentation">http://www.slideshare.net/developers/documentation</a>. For more support, post a message on the <a href="http://groups.google.com/group/slideshare-developers">Slideshare Developers Forum</a> or e-mail to <a href="mailto:api@slideshare.net">api@slideshare.net</a></p>
<p>Thanks to <a href="http://www.webtoolkit.info">Web Toolkit</a> for the Javascript Snippet which calculates SHA1 hash required in the upload.</p>
<form action="http://www.slideshare.net/api/1/upload_slideshow" method="post" enctype='multipart/form-data' name="ssuploadform">
<form action="https://www.slideshare.net/api/1/upload_slideshow" method="post" enctype='multipart/form-data' name="ssuploadform">
Slideshare API Key (api_key):<br/>
<input name="api_key" type="text" size="20">
<br><br>
Expand All @@ -48,4 +48,4 @@
<input type="submit" onClick="return generateTimeHash(this.form)" value="Upload Slideshow!">
</form>
</body>
</html>
</html>