Hacker News new | ask | show | jobs
by celticninja 2747 days ago
You could write a basic HTML 5 page with an upload facility. In the backend you call your python script, sounds like was lambda might work for you as it is relatively straightforward.

You could choose a framework like ruby on rails or some js framework but they seem like overkill for what you want.

1 comments

Thanks so much. Your suggestion helped me discover a bunch of HTML5 upload tutorials which is exactly what I needed.
Glad I could help.