JQuery & tarafından (küçük resim tam boy itibaren) resim yükleme ve otomatik ölçeklendirme etkinleştirmek için bir görev üzerinde çalışıyorum PHP.
Ben doğal olarak iki yaklaşım ile gelebilir:
First, store both images as binary objects directly into MySQL; Second, store only urls to the images and keep the images somewhere on server.
Herkes görmek için görüntülerdir, bu nedenle herhangi bir güvenlik kısıtlamaları bildiğim kadarıyla vardır.
Personally I don't have any preference, however, at the end of the day, it is the business people that are going to manage the images as part of the system(CRUD). So I am wondering which seems to be a bit better for them?
Tabii ki sürecini kontrol etmek personel için web arayüzü görselleştirmek, kolay-to-use inşa ediyorum, ama bu yeterli olup olmadığından emin değilim. Dersler Ben gelecek için düşünüyorum ve en esnek bir yaklaşım aramak yoksa, muhtemelen er ya da geç kendimi vida olacağını söyledi.
PS. The following link is what I've found so far, which is pretty cool, no flash involved :) Andrew Valum's ajax image upload jQuery plugin