I would like some input into how to solve a little task i set myself. I have one page to work with and wish this page to be an editable profile page. It needs the ability to upload an image and edit text.
The page is an index.html page. I want this to be accomplished without accessing cpanel or external ftp clients. One idea i had was simply putting an iframe inside the html page which displays a php file upload script. It would then simply be a matter of uploading image and text files, however in this example the upload script would need to be installed first as it wouldn't upload files to the correct site if used in an iframe. Any other ideas anyone?
The page is an index.html page. I want this to be accomplished without accessing cpanel or external ftp clients. One idea i had was simply putting an iframe inside the html page which displays a php file upload script. It would then simply be a matter of uploading image and text files, however in this example the upload script would need to be installed first as it wouldn't upload files to the correct site if used in an iframe. Any other ideas anyone?