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
Post a Comment