dan400007 Posted December 11, 2007 Posted December 11, 2007 I presume this to be possible but don't know how: I'm wanting to be able to upload files to the webserver using a form that doesn't involve refreshing the page. I'm guessing that I'd need to grab the file location using javascript and then send it to PHP to do the processing? Any tips or code would be great and links to a tutorial (I want to know how to do it not how to copy some elses code) Thanks
Jona Posted December 11, 2007 Posted December 11, 2007 AJAX is your friend here (with is basicly just asyncronous javascript), This http://uber-uploader.sourceforge.net/ is awesome for *nix. I assume you might have issues on windows due to the perl component. Quick google found this: http://www.sibsoft.net/xupload.html (I havn't used this, so it could be rubbish!) Cheers Jona
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now