My situation is that I have a POST cgi script that generates and returns a media file (mp3).One of the clients of this script wants to use an iOS media player (MPMoviePlayer) object that only takes NS
I have written a little survey using Python and CGI. I am trying to show a picture using the normal<img> tag, But even-though the picture is in the same directory as my cgi script, my script can
As my first web app I developed a very simple survey. Random questions are being asked fromthe user anytime the page refreshes. The answer is sent to a cgi script using post to save the answers to the
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
Hi I\'m using CGI which is written with C and MySql. Here is my sample page. // save user void saveUser(char *name, char *pwd,char *role)
I\'m attempting to print fields in a form depending on the iteration using CGI. Is it possible to nest a for loop within a CG开发者_StackOverflowI print statement like so? I keep getting a syntax erro
I am debugging a CGI script written in Python which executes on IIS. The script fails to generate a response 3 out of 4 times. Along with some standard modules I also import boto and a custom module &
I was wondering how do popular mail websites handle / call the serverside scripts. How do they do it differently in a way that users are not easily able to decipher which file they are calling to invo
I\'m having a user upload a picture, I\'m开发者_JAVA百科 trying to allow them to stay completely on the page when the picture uploads. How can I have the form submit to an iframe or something and uplo
A few days ago, I noticed that serving requests from Python 2.7\'s and 2.6\'s CGIHTTPServer running on localhost have a small but noticeable (~2 second) delay when running on Windows, this lag does no