Is there a way to upload an image using flex inbuild .browse() and classic asp?
So in flex the user picks the image they want to upload, press a button to start sending it. A asp handler then gets the file, uploads it to a folder and then writes the filename in a database.
Writing of the filename in the database is no problem.