Click here to Skip to main content
16,018,818 members
Please Sign up or sign in to vote.
3.29/5 (3 votes)
See more:
Hi..,

My project is related to conferences. user can register into my website upload abstract about their conferences. Before freeze this abstract. user can modify this document and then save. So now my requirement is i have maintain all these uploaded files in my project folder and maintaining path in database. So when user wants to modify the document(odcx.pdf,excel) open the document and then save. i want to maintain all these updated files in another folder. i used the following script for opening the document


javascipt:window.open('<%=path of the file%>');


so how can i modify the content & then save modified copy of that file into another folder, without re-uploading the file????


Any help??
Posted
Updated 7-Oct-13 0:55am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900