zohab Posted September 19, 2008 Share Posted September 19, 2008 Hi all Can we upload file with the help of javascript thanks in advance Link to comment https://forums.phpfreaks.com/topic/124930-how-to-upload-file-with-the-help-of-javascript/ Share on other sites More sharing options...
web_loone_08 Posted September 23, 2008 Share Posted September 23, 2008 JavaScript code is client side - you need a server side language to process a file upload (PHP, ASP, JSP, etc) - you can use a combination of the two - this is called AJAX or JSON (depending on which you choose to use). Link to comment https://forums.phpfreaks.com/topic/124930-how-to-upload-file-with-the-help-of-javascript/#findComment-648541 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.