how do i click a button and it browse to my C drive for a file inside dreamweaver??
sorry for asking such a noob question.
how do i click a button and it browse to my C drive for a file inside dreamweaver??
sorry for asking such a noob question.
I'm not a Dreamweaver user, so can't direct you there. Are you asking for help on how to use Dreamweaver itself, or how to code a "file upload" feature into a web page?
actually I need the java script to enable the upload from system.
Use <input type="file">
. You'll need a server-side program to process the uploaded file.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.