O dosya girdi 'değişim sonra formu yeniden mümkün mü?
I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it is possible to reload a form OnChange of the file-input and then call the php code which uploads the picture, so that the user can preview it? Does the php file have to be the same file as in the ? or can I call another php file for the image upload only, with javascript?
NOT: Kullanıcı birden çok resim yüklemek mümkün olacak ...
Olabildiğince çok girişli doğru yönde Lütfen bana yol ...
UPDATE: No ajax... can this be done without it? No problem for me if the page reloads, but with the image this time... can it be done?
Teşekkürler