PDA

View Full Version : Another upload question with PHP


SneakyDave
08-13-1999, 09:39 AM
I have an image uploading script, and always wondered if I could have the selection window default to view all files for selection instead of just HTML files.

Could I do this somehow with header statements, like:
header( "Content-type: whatever" );
header( "Content-Disposition: application; filename=*.*" );
header( "Content-Description: Upload Pictures Script" );

Does anyone know if something like this would work, or is it a lost cause?

Thanks