Pure PHP Upload 2 Support Product Page
Answered
Spry data validation doesn't work after applying Pure PHP Upload
Asked 20 Mar 2012 08:32:57
1
has this question
20 Mar 2012 08:32:57 mrb drm posted:
when i add the php uplaod my spry data validation dont work anymore , this is going with all my pages with spry Replies
Replied 20 Mar 2012 08:49:21
20 Mar 2012 08:49:21 Vulcho Vulev replied:
Hello mrb drm and welcome do DMXZone support forum.
Can you provide us with link to the problem page?
Regards: Vulcho.
Can you provide us with link to the problem page?
Regards: Vulcho.
Replied 20 Mar 2012 10:01:56
20 Mar 2012 10:01:56 mrb drm replied:
its a page in arabic and require user login to the site
Replied 21 Mar 2012 08:06:56
21 Mar 2012 08:06:56 Vulcho Vulev replied:
Hello mrb drm.
Please send me the link to the page and user login credentials on my e-mail :
Regards: Vulcho.
Please send me the link to the page and user login credentials on my e-mail :
Regards: Vulcho.
Replied 22 Mar 2012 07:52:21
22 Mar 2012 07:52:21 mrb drm replied:
e-mail sent
Replied 22 Mar 2012 08:26:32
22 Mar 2012 08:26:32 Vulcho Vulev replied:
Hello mrb.
Please convert the page to XHTML 1.0 transitional. You should begin with the following lines of code :
Please convert the page to XHTML 1.0 transitional. You should begin with the following lines of code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> </body> </html>
Replied 22 Mar 2012 11:18:19
22 Mar 2012 11:18:19 mrb drm replied:
i did what you asked , still not working .
Replied 22 Mar 2012 12:05:03
22 Mar 2012 12:05:03 Vulcho Vulev replied:
O.k. mrb. I see that you are using a old version of Jquery.
Please use the one created from the extension.
In your code replace:
with :
Please use the one created from the extension.
In your code replace:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
with :
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
Replied 22 Mar 2012 14:09:34
22 Mar 2012 14:09:34 mrb drm replied:
nope still nothing .
Replied 03 Apr 2012 08:57:10
03 Apr 2012 08:57:10 mrb drm replied:
so ?? what is the problem ? i need a fix to this please
Replied 03 Apr 2012 11:41:35
03 Apr 2012 11:41:35 Vulcho Vulev replied:
Hello mrb drb.
Please take a look at the following FAQ:
Spry validation is not working with Pure PHP Upload 2
Regards: Vulcho.
Please take a look at the following FAQ:
Spry validation is not working with Pure PHP Upload 2
Regards: Vulcho.