Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy. This forum is not for asking programming related questions.
Can a web page just grab any file it wants to the server? think about it: when doing an upload to a hosting service, it usually gives a form with a space to enter filename and a browse button. than you browse and click upload, and it sends the file to the server. what prevents the server from doing so for virtually any file and without notifieng you??
what about just instead of clicking browse and submit, just have some javascript to automatically send, just like in clicking submit, some file... I don't see why it's not possible.