newbieaj Posted October 21, 2008 Share Posted October 21, 2008 hey can any one help me in this.. plzz tell me how to upload file on server without posting the content of the form.... Link to comment https://forums.phpfreaks.com/topic/129428-how-to-upload-a-file-on-server-without-posting-the-content-of-the-entire-form/ Share on other sites More sharing options...
discomatt Posted October 21, 2008 Share Posted October 21, 2008 FTP Client? SSH/Shell client? If you wanna do it in a web browser, you gotta use POST, my friend. Link to comment https://forums.phpfreaks.com/topic/129428-how-to-upload-a-file-on-server-without-posting-the-content-of-the-entire-form/#findComment-671036 Share on other sites More sharing options...
rhodesa Posted October 21, 2008 Share Posted October 21, 2008 do you mean post a file via AJAX? aka without the page refreshing? if so, lot's of tutorials here: http://www.google.com/search?q=ajax+file+upload if you mean without all the other values on the form? first, why does it matter, just ignore the other values. but, you can always just have a different form on the page for the file upload. then only that will be sent. Link to comment https://forums.phpfreaks.com/topic/129428-how-to-upload-a-file-on-server-without-posting-the-content-of-the-entire-form/#findComment-671038 Share on other sites More sharing options...
newbieaj Posted October 21, 2008 Author Share Posted October 21, 2008 yaa i mean without the page refreshing... and without submiting the other values on the form.......can anyone give me the code for it........ Link to comment https://forums.phpfreaks.com/topic/129428-how-to-upload-a-file-on-server-without-posting-the-content-of-the-entire-form/#findComment-671045 Share on other sites More sharing options...
rhodesa Posted October 21, 2008 Share Posted October 21, 2008 there are 5 BILLION examples (ok, that is an exaggeration, but you get the idea) at the google link i provided. Link to comment https://forums.phpfreaks.com/topic/129428-how-to-upload-a-file-on-server-without-posting-the-content-of-the-entire-form/#findComment-671050 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.