SibSoft Ltd.
Development Services
software products
 RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
EZYWebhost - Cheap XUpload & XFileSharing 100% campatible hosting

AJAX upload progress bar

File sharing script
Xupload Follow Ups

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload
View previous topic :: View next topic  
Author Message
Butch



Joined: 14 Sep 2006
Posts: 29
Location: USA

PostPosted: Sep 30, 2006 5:09 am    Post subject: Xupload Follow Ups Reply with quote

I've notice that several people have asked how to get the confirmation email (email sent to person uploading file), since this was only available in the demo version(the one we tested on the Sibsoft site) to show how Xupload worked and not in the production version.

It would be nice if the author would share that code here on the forum so that those that wished to use it may.

Xupload Pro does provide the IP address of poster, there are cases when it would be nice to know that posters IP provider, for those that wish to extract that information you may visit this link: http://www.ipcatch.com/

Xupload is truely a great utility, I'm looking forward to the next release and check this forum each day. I really encourage everyone to suggest new features in Xupload Pro, we all will be the winners for it.

PilgrimX182 has really worked hard in providing information and code changes here on the forum, it is really a difficut job making all function perform across differnt platforms, PC, Mac, Linux, and each browser has a different way of accepting code. All of these factors are what make Xupload Pro what it is. I know each of us wish to have Xupload Pro perform to fit our needs, including me. PhilgrimX182 has done an excellent job in timely posting and commenting on question in this forum.

Hopefully, those on the forum will share coding examples (Mods) here of things they added to Xupload Pro. I'm sure someone out there has posted the Uploaded files back into a document with a script that will enable you to download those files or link to them. That seems to be a request on this forum if I understand correctly.

I would really like to be able to download the uploaded files via my web browser rather than having to use an ftp client, and to have an Administrative area to handle those functions as well. They are truely many mods that can be added to Xupload Pro if everyone shares coding examples.

I, also wanted a function to require valid email addressing in the upload form. I will be providing that code in the next couple of days (javascript and html) here.
Back to top
View user's profile Send private message Visit poster's website
Butch



Joined: 14 Sep 2006
Posts: 29
Location: USA

PostPosted: Oct 01, 2006 12:34 am    Post subject: Email Validation code for Xupload Pro 2.2 Reply with quote

Here is the email validation code.

Place this code in the body of Xupload_form.html;

Code:
<script type="text/javascript">
var filter=/^\w+[\+\.\w-]*@([\w-]+\.)*\w+[\w-]*\.([a-z]{2,4}|\d+)$/i

function checkmail(x){
var value=filter.test(x.value)
if (value==false){
alert("Please enter a valid email address.")
x.select()
}
return value
}

</script>


Change the line of code
Code:
<input type="submit" value="Upload Files" class="myForm">
to this
Code:
<input class="myForm" type="submit" onClick="return checkmail(this.form.email_notification)" value="Upload Files" />


That' all
Back to top
View user's profile Send private message Visit poster's website
myupload



Joined: 27 Sep 2006
Posts: 6

PostPosted: Oct 01, 2006 1:32 am    Post subject: Reply with quote

thank you Butch xupload pro good system

just problem download link
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group