php - Uploading files with jquery's .post -


i have form uploads file's perfectly, post-page-refresh-form.

however have ajaxiefied form jquery's $.post

all of data except file upload saving nicely.

is there somthing special need form or in jquery upload work?

thanks!

you cannot upload javascript (it mean granting js file access on computer, no go security standpoint). uploadify has nice solution.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -

PostgreSQL 9.x - pg_read_binary_file & inserting files into bytea -