When I try to have a file download from miniweb, I get an error stating only "Unsupported Method"
non-unicode named images are not shown through miniweb server. Other servers do load the photos even though their names are not in standard latin letters.
non-unicode named images are not shown through miniweb server. Other servers do load the photos even though their names are not in standard latin letters.
When I try to download a file from miniweb, I get an error stating only "Unsupported Method"
Hi. Whether it is possible to hide the folder from the review?
Can you fix this? I have 6 GB file and it doesnt appear in dir listing, can you fix this?
thanks!
thanks
I have a quick question on how to add a 404 page to my web page. Making a .htaccess didn't seem to work.
Hi, I have the miniweb server up and running. I tried to upload an image using your sample html file. The image uploads, but not to the expected directory, although the response brings up the the directory correctly. The html code for the form uses action="uploaded", which is supposed to be where the file is saved to on the server. However, the file is only saved to the root directory, ignoring the requested upload directory. Please could you advise as to how I can get the pictures into the correct...
Hello Stanley Huang thanks for this little and useful application. My micro-suggestion is to modify the command line parameters syntax by accepting the http document folder as an unmarked parameter, as in ./miniweb "C:/myfolder/mysubfolder" instead of, or in addition to, the currently available: ./miniweb -r"C:/myfolder/mysubfolder" That way, we could simply drag and drop a folder over the "miniweb" executable (wihtout even opening a shell), which is at times convenient. cheers!
was a problem in my javascript lol
I am trying to use miniweb http server for a webcam feed locally from another computer. After a while the page goes blank I believe due to the socket timeout in http.c How to fix?
I am trying to use miniweb http server for a webcam feed locally from another computer. After a while the page goes blank I believe do to the socket timeout in http.c How to fix?
Forgive me Dmytro, im new to C, i ahve the same issue as above how do i impliment this fix of yours? I downloaded it and it has no miniweb application to run
Dear Dmytro, I put my own version to github: https://github.com/gaebor/miniweb Feel free to contibute! Best Gábor
Dear Richard, You can add callbacks, see urlHandlerList and httpmin for details. Also, I have made a fork of my own: https://github.com/gaebor/miniweb I have modified the code such that you can register callbacks at startup, from a dll, dynamically. See plugin folder in my code. Best Gábor
OK. Here is a binary
Attached is fix to that issue. Please let me knw if you want a binary.
Attached is fix to that issue
Hi, I'm wondering if there is a way to set the IP address for MiniWeb. I'm using this on a computer that has routing through multiple network adapters and the MiniWeb somehow chooses the first adapter it finds and gets it's IP from there. I've worked around this issue by disabling/disconnecting all the other adapters except the one I want it to get an IP from and then re-enabling them after loading MiniWeb. Thanks, Steve
If there is any support, please offer a sample, thanks so much: 1. command line script 2. cgi 3. php or other support Thanks for your help!
Hi, I've downloaded, compiled, and started the webserver demo, everything works immediately!...
Hi, Is there any way to set a static IP address? It works great but if used on a...
Hi, Is there any way to set a static IP address? It works great but if used on a...
HI, Where is the POST data go?
Found it - miniweb -h miniweb -h Usage: miniweb -h | -u : display this help screen...
Is there a commandline option to set the htdocs directory to a different one? I'd...
Oh, nevermind, I had to uses http://localhost:8000/file.mp4 Prob because my work...
Hello, if all I want to do is host some files, how do I access them? I copied a file...