I have a text box on my webpage. Users can input text there which I later process by a PHP file and save on my server.
Does a jquery plugin exists which will upload files for me and when I go back to my webpage I can see the files previously uploaded and can run my previous php file on the contents of any selected and previously uploaded file?
You mean something like this? blueimp.github.com/jQuery-File-Upload/