saif7463
New Member
- Messages
- 30
- Reaction score
- 0
- Points
- 0
Hi everyone,
I tried to use the cPanel's File Manager to upload a file (files.php) to public_html. The upload page says "100% Complete" but, it is no where to be found. I thought perhaps for some reason, there is something in the file causing it to fail. And I narrowed it down to a hyperlink.
Saving
as wtf.txt fails to be uploaded, while using an FTP client to do the same task yield success.
While the normal link failed, both of the following seemed to work:
I am truly baffled. cPanel fails, but FTP wins? Does anyone have any ideas?
I tried to use the cPanel's File Manager to upload a file (files.php) to public_html. The upload page says "100% Complete" but, it is no where to be found. I thought perhaps for some reason, there is something in the file causing it to fail. And I narrowed it down to a hyperlink.
Saving
HTML:
<a href="http://google.com">Google</a>
While the normal link failed, both of the following seemed to work:
Code:
a href="http://google.com">Google</a>
Code:
<a>Google</a>
I am truly baffled. cPanel fails, but FTP wins? Does anyone have any ideas?