I’m not an expert in cyber security and exploits. I need help figuring out if my app is vulnerable and in what way. Let’s assume I’m an idiot (and I’m not to this extent), and I leave the possibility for client users to upload (exploiting my front end) any file they want on my server in a subfolder (let’s call
Tag: iis
Upload file to an IIS server with AJAX using HTML and JavaScript
I want to be able to upload an image file (.png, .jpg, etc..) to my web-server (running IIS Server with ASPX) using nothing but HTML and AJAX. Here’s the code: I’ve heard that enctype=”multipart/form-data” works, but clearly doesn’t in my case… What should I do in order for my AJAX code to upload the image file? Answer Turns out I