0

I have made an image upload page. this all works smooth.

My problem is when i upload an image called filename.jpg and i upload it again the same image uploads but changes the name to filename1.jpg

how can i force this and make a message with something like 'the image you upload was allready uploaded'

thanks

4

1 に答える 1

0

ファイル名の変更は、サーバーコンピューターのOSによって開始され、ファイル名 を格納するデータベースがある場合は 、phpスクリプトを使用して
アップロードしているときに、ファイル名の重複を確認する必要があります。これは非常に簡単です。

于 2013-02-25T09:11:06.603 に答える