|
Browse by Tags
All Tags » moveto
-
I would like to upload the files during session wise. i.e when i upload files on a specific session period, it would automatically create a directory named like(2009-11-17,04.30pm) under the root directory ''savefiles''. Then The files would uploaded to their respective session directories with their file name and a prefix of that session,i.e for ...
-
I modified the ajax-multiplefiles-handler.php. At the bottom of the page I added the following:
foreach($guidarray as $fileguid) {
$mvcfile=$uploader->GetUploadedFile($fileguid);
if(!$mvcfile)
...
|
|
|