Thursday, April 18, 2013

JQuery file upload plugin

http://www.jainaewen.com/files/javascript/jquery/iframe-post-form.html
http://malsup.com/jquery/form/#getting-started
https://github.com/blueimp/jQuery-File-Upload/wiki/How-to-submit-additional-form-data

I used below one

http://malsup.com/jquery/form/
  1. Error Handling
    1. http://stackoverflow.com/questions/3995355/jquery-form-plugin-no-error-handling

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...