Recent activity
Subscribe to this feed
indu started following the problem "cant get upload to work - am i stupid?" in SlideShare.
indu started following the problem "cant get upload to work - am i stupid?" in SlideShare.
woopsicle replied on April 16, 2008 09:55 to the problem "cant get upload to work - am i stupid?" in SlideShare:
thanks - but does it have to be through a form?
I want to automate this by having a script which sends the location of the powerpoint file on my server to slideshare and then returns me the converted .fla file details to me from slideshare.
Doing it the way you mention above implies someone has to physically browse for the file and then click "submit" on the form.
i am not sure what the point of an API is then?
Gaurav Gupta replied on April 16, 2008 05:55 to the problem "cant get upload to work - am i stupid?" in SlideShare:
Gaurav Gupta replied on April 16, 2008 05:52 to the problem "cant get upload to work - am i stupid?" in SlideShare:
Try this code. It works. Paste it into a simple HTML file and open it in your browser. Remember that when uploading files, the enctype='multipart/form-data' is required.
<form>
<input name="api_key" type="hidden" value="api_key" />
<input name="ts" type="hidden" value="ts" />
<input name="hash" type="hidden" value="hash_for_above_ts" />
<input name="username" type="hidden" value="username" />
<input name="password" type="hidden" value="password" />
<input name="slideshow_title" type="hidden" value="Whatever title" />
<input name="slideshow_srcfile" type="file" />
<input type="submit" value="Submit" />
</form>
amit replied on April 16, 2008 04:38 to the problem "cant get upload to work - am i stupid?" in SlideShare:
woopsicle reported a problem in SlideShare on April 15, 2008 13:12:
cant get upload to work - am i stupid?i would like to use the slideshare api to upload a ppt file on demand.. but i keep getting the following error message:
<slideshareserviceerror>
<message>6: Slideshow file is not a source object</message>
</slideshareserviceerror>
Here is the URL i am trying (obviously replaced certain details!)
http://www.slideshare.net/api/1/uploa...
If anyone can help me that would be great.
Loading Profile...

