Click here to Skip to main content
15,888,241 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
i added journal module in my intranet site when i am trying to adding a file or image from the current system i am not able to find the upload button from computer when i gone through the inspect element for the code, i am able to find this from the code


XML
<div class="journal_localFileShare">
                    <span class="browser-upload-btn">Upload from my computer</span>
                    <input id="uploadFileId" type="file" name="files[]">
                </div>


the input tag indicates as some button when i searched for that in site it it located at different place i am not able to understand how to set back this input tag down to the text "Upload from my computer "
journal is already an existed extension so i am not able to delete from the extensions and i am not able to understand where to edit this code of line.
so please any help me out is there any solution for it
can we edit the code for the journal Module.
Posted

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