Altera_Forum
Honored Contributor
20 years agocustoming of the standard web server...
Hi everyone,
I want to custom the standard web server included in the dev kit by sending some variables on the server and answering them on the client. But there is some constraints with the file ro_zipfs.zip. It contains an index.html. My difficulty is for the opening of this file in order to write it directly with C language, because I wanna answer any variables to the client, for example seeing if a button is pushed...fd = fopen("/mount/rozipfs/index.html","r+"); this doesn't work for the moment and I don't know why !!! It's a bit bad explained ok.... http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/huh.gif