Link to home
Start Free TrialLog in
Avatar of Matt Pinkston
Matt Pinkston

asked on

Looking for a way to upload to a Dropbox from a ASP contact page

I have an old site "ASP" based that I need to add a contact or upload page to that will allow users to automatically upload to my dropbox.  Has anyone seen this done?
 
examples or tools would be great...

Thanks
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

I have looked at this but never went through with it.   The api's can be done in any language although we may have to work a little because the samples are in other languages.

https://www.dropbox.com/developers/datastore
https://www.dropbox.com/developers/core

What I would suggest is creating the functions needed on a separate php page, then use that php page like a webservice call.  I think that will be a lot easier.  Otherwise, we can probably figure this out in just asp/vb but it would mean getting  oAuth2 code for classic asp and I have only seen oAuth so far.

In the datastore api there is a javascript sdk and that can work probably with ajax calls.
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Matt Pinkston
Matt Pinkston

ASKER

excellent thanks