Nesne id # 5 gibi tuhaf dosya adı

0 Cevap php

Ben symfony1.1 kullanıyorum. Benim app ben yönetici ile bazı görüntü dosyaları upload ve DB blob olarak içeriklerini depolamak için gerekli.

Here's how I am doing it,
1. Getting the fopen handle on the uploaded file.
2. Pass this to stream_get_contents($handle);
3. Store the content in as blob.

Everything works fine on WinXP, but on live server which runs on Linux, I get strange file name as "object id #5" for the file I uploaded which can't be found. I checked both configurations, they are same.

Please does anyone know whats happening.

Teşekkürler.

Güncelle: yorumlar tarafından önerilen sorun PHP'nin farklı sürümleri ile OS yıllardan ile hiçbir alakası yoktur. Tüm teşekkürler.

0 Cevap