Search found 3 matches

by pdittman
Thu Jun 26, 2008 9:42 pm
Forum: PHP - Code
Topic: Confirmation dialog with server message
Replies: 1
Views: 295

Confirmation dialog with server message

Hi, I'm trying to write a delete file confirmation capability - php generates a list of files to delete, the user selects a file, with javascript confirmation on the client, and a message gets sent back to the server to delete the file. I've got the filelist generated and have the javascript confirm...
by pdittman
Tue Jun 24, 2008 6:23 am
Forum: PHP - Code
Topic: $_FILES is empty
Replies: 3
Views: 284

Re: $_FILES is empty

Awesome! thanks!

-P
by pdittman
Tue Jun 24, 2008 5:27 am
Forum: PHP - Code
Topic: $_FILES is empty
Replies: 3
Views: 284

$_FILES is empty

I am writing a simple file upload script and seem unable to receive the uploaded file. My script is simple: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>File Upload Form</title> </head> <body> This form ...