Load file into JFileUpload
Load file into JFileUploadI want to load a file/some files directly to JFileUpload without dragging &dropping as selecting file. (Actually, I want to drag & drop a file onto an icon image, then JFileUpload will be automatically loaded with that file in the file list.) How should I code with PHP?
|