Forum Moderators: open
I'm building a kewl site that NEVER reloads, but this image upload is vital... Any suggestions (no im not using iframes!)
Thanks, please send to ajax@therockalley.com, or drop a comment here! thanks
I'm almost certain that that's not possible, browsers only allow access to external files through the file input element for security reasons, and again for security reasons the form cannot be submitted without the page changing.
The only method I can think of is to use 'target="_blank"' in the form which will open a new window which you could then close with JavaScript.
Andrew