Vishesh Yadav wrote a DrRacket plugin that automatically compiles a program to JS via whalesong and uploads it to a server. It sounds related to what you are describing so you may want to take a look at his code.
The plugin code is here: https://github.com/vishesh/drracket-whalesong in particular these lines may be of interest: https://github.com/vishesh/drracket-whalesong/blob/master/tool.rkt#L62-L74 and the server code is here: https://github.com/vishesh/whalebin If you want to try it out, the server is running at bigbang.ccs.neu.edu (but seems to be experiencing temporary problems at the moment). On Wed, Aug 24, 2016 at 7:36 AM, Normal Loone <[email protected]> wrote: > Sorry, I should have been clearer: > > I want to send a file directly from DrRacket to a server. I have submit > button as a plugin in DrRacket and it then should take the file and send it > to the server (the file is known, doesnt need to be selected from user). > > I tried the code from HTH Stephen, but problem is that the web application > starts on DrRacket start and not when I press the button, how I wanted it. > > So if someone could tell me a way to just directly send a file with DrRacket > as an HTML request, I'd really appreciate that. > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

