how do I customize this for myself?

View: New views
2 Messages — Rating Filter:   Alert me  

how do I customize this for myself?

by fahad jalal :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Can someone tell me for this example: how the Submit files can be sent to
another php program which processes and stores the file.
in demo.php:
// move the file(s) where they need to go
var_dump($_FILES);
How can I make changes here to pass the file to another script.

I am new to the whole php world.

_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel

Re: how do I customize this for myself?

by JoshuaEichorn :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

fahad jalal wrote:
> |Can someone tell me for this example: how the Submit files can be sent to
> another php program which processes and stores the file.
> in demo.php:
> // move the file(s) where they need to go
>     var_dump($_FILES);
> How can I make changes here to pass the file to another script.
>
> I am new to the whole php world.|
I'm not sure what you mean by pass the file to another script.

For into on moving the uploaded files look at:
http://www.php.net/manual/en/features.file-upload.php

-josh
_______________________________________________
Html_ajax-devel mailing list
Html_ajax-devel@...
http://lists.bluga.net/mailman/listinfo/html_ajax-devel