jquery - Defining Form Input with Dialog -


i want php application allow user select file computer. want store file's path, don't want upload file.

with <input type="file" />, file uploaded, take long.

is there way this? maybe if change input's type text jquery right before form sent? let user type path, not convenient...

no. server shouldn't need care file paths on client machine. if do, doing browsers not designed handle.

not browsers expose path in first place (because doesn't matter).


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -