I am building an application that will require users to upload images as part of a document that will be inserted into a database and then ouputed into html for viewing.
My question is how do I build an interface for browsing file structure to find the approriate image file for upload?
Is this within the realm of php or should I use some type of java applett to manage this?
thanks