X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=upload.php;h=5d5c8a05c02bfc37884899a02932f4ce1893ee89;hb=697d643083cb5829c96ed7854bd63309c8f325f3;hp=f52f0cfe3887ce89cc3a2f294567b96e0c976bde;hpb=423f31ad0add74bbb6066d3c9f760ad0a5580cda;p=wfpl.git diff --git a/upload.php b/upload.php index f52f0cf..5d5c8a0 100644 --- a/upload.php +++ b/upload.php @@ -34,9 +34,9 @@ # Example: # #
-# -# -# +# +# +# #
# # ####### @@ -152,7 +152,7 @@ function generate_filename($path, $mime = 'text/plain') { # the client's name appended. Otherwise $path will be used as the filename # exactly as is, even if extensions differ between the client's name and $path. # -# where user uploads "c:\foo\Bar baz.PDF" at +# where user uploads "c:\foo\Bar baz.PDF" at # save_uploaded_file('in', 'uploaded_pdfs/'); yeilds: # "uploaded_pdfs/bar_baz.pdf" # save_uploaded_file('in', 'uploaded_pdfs/prefix.'); yeilds: