ProgerXP / FileDrop

Self-contained cross-browser pure JavaScript class for Drag & Drop and AJAX (multi) file upload.
filedropjs.org
The Unlicense
264 stars 61 forks source link

move_uploaded_file #78

Closed moscorp closed 3 years ago

moscorp commented 3 years ago

hi, can I have a example that actual move the file into server?! Thanks,

ProgerXP commented 3 years ago

See upload.php/upload.aspx for examples.

moscorp commented 3 years ago

Hello,

I can upload the file throught ie by adding move_uploaded_file($_FILES['fd-file']['tmp_name'],.... and it can run also in chrome at the beginning only for serveral time,,, even I reboot the pc, its doesn't work anymore, but still works in ie. Seems it can't catch the file name,, is any restriction on Chrome?

------ Original Message ------ From: "Pavel" @.> To: "ProgerXP/FileDrop" @.> Cc: "moscorp" @.>; "Author" @.> Sent: 2021-05-02 1:44:02 AM Subject: Re: [ProgerXP/FileDrop] move_uploaded_file (#78)

See upload.php/upload.aspx for examples.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ProgerXP/FileDrop/issues/78#issuecomment-830667917, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADU2FAFFT7UH5PVHSWJP3S3TLQ4WFANCNFSM4334WYKA.

moscorp commented 3 years ago

Hello,

Sorry, I found the error. It is because chrome doesn't support the following statement,, do you have any idea to solve it?!

$acceptedext = array("pdf","csv","xls","xlsx","doc","docx","jpg","tif","png","ppt","rar","zip"); $ext = strtolower(pathinfo($oldFilename, PATHINFO_EXTENSION)); if (!in_array($ext, $acceptedext)) {

------ Original Message ------ From: "Melvin" @.> To: "ProgerXP/FileDrop" @.>; "ProgerXP/FileDrop" @.> Cc: "Author" @.> Sent: 2021-05-06 3:06:09 PM Subject: Re[2]: [ProgerXP/FileDrop] move_uploaded_file (#78)

Hello,

I can upload the file throught ie by adding move_uploaded_file($_FILES['fd-file']['tmp_name'],.... and it can run also in chrome at the beginning only for serveral time,,, even I reboot the pc, its doesn't work anymore, but still works in ie. Seems it can't catch the file name,, is any restriction on Chrome?

------ Original Message ------ From: "Pavel" @.> To: "ProgerXP/FileDrop" @.> Cc: "moscorp" @.>; "Author" @.> Sent: 2021-05-02 1:44:02 AM Subject: Re: [ProgerXP/FileDrop] move_uploaded_file (#78)

See upload.php/upload.aspx for examples.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ProgerXP/FileDrop/issues/78#issuecomment-830667917, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADU2FAFFT7UH5PVHSWJP3S3TLQ4WFANCNFSM4334WYKA.