I am trying to upload files from the client machine to the server.
So my page will load with one input box and one upload box(input with type=file)
I could do it just with an input box with type file but for the sake of styling issues I have to use an input box in sync with an upload box.
This...
I am new to JavaScript see the code below
UploadBox.onchange="text"+addFileUploadBox.lastAssignedId+".value=this.value";
This doesn't look like the right way of doing this. Could some one tell me how I can do this. I also tried using setAttribute but no success.
Hi,
I have a word template created by someone else. When someone open the template it asks questions and prompt entry into a text box. Based on the entry it populates the word templates.I need to get rid of this functionality . How can I do it?
Thanks
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.