We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
newbie (Read 343 times)
newbie
Nov 29th, 2009, 6:18pm
 
Hi there,

I am new to processing and did some experiements within the last 2 weeks. (I´d show the links, but this forum doesn´t a allow)

Until now, it was fun and easy to learn!

Now I am thinking about a program, that needs to run in a browser, store a file locally on the user´s machine and later upload that file to the webserver, where it´s merged to an existing file .

I have no Idea how to do that, I cannot even save a local file, if my applet runs whithin a browser.

I want to store the patterns of a little musicmaker.
(link again not allowed, I´ll have to make 5 "normal" post first.)

Locally, so that the user can create a musical pattern an reload it.
On the server, so that the user can contribute his patterns.

Thx,

Jens
Re: newbie
Reply #1 - Nov 30th, 2009, 12:49am
 
You have to do some server-side code, eg. in PHP, Java (JSP, Servlet, whatever) or other language.
Do you know any server-side coding?
Page Index Toggle Pages: 1