php/js upload without submit
php/js upload without submit
Out of context: Reply #7
- Started
- Last post
- 7 Responses
- enobrev0
you should be able to set th earget of the form to a popup, and use that popup as an 'uploading' message, which would allow you to keep your current page as is. There isn't much of a way to send somehting to the server without 'loading' a page and sending the form data somehow.