how does the server support this? are you talking about an upload FORM element, or some HTTP POST request or what? You can’t just upload files to any server. There has to be some specific method the server is expecting, and you must know which one.
how does the server support this? are you talking about an upload FORM element, or some HTTP POST request or what? You can’t just upload files to any server. There has to be some specific method the server is expecting, and you must know which one.