Archive for September, 2008
Minor updates to the ASP.Net file upload module
I’ve had a few requests for updates to the file upload module. These were mainly to fix some javascript issues. In all, the updates have brought the module up to version 2.0.3, which I have now made available for download
The changes are:
- BUG FIX: when uploads are cancelled or prevented on client side due to being too large the page is refreshed via script as this seems to be the only way to cancel the upload. Previously this was done using
location.reload. However, this method resulted in a warning message on the browser and possible re-submission of the form content. I have changed the script to usedocument.location = document.locationto refresh the page- this does not repost the contents or produce a warning. - BUG FIX: I have now updated the script so that the presence of at least one file to upload is verified before the progress bar is displayed. This prevents the bar being displayed when their are no uploads and allows other postbacks on the form.
Hope this helps and thanks again to those who continue to use the module and provide feedback.
18Sep2008 | darren | 23 comments | ContinuedSharePoint Quick Surveys 1.0.3 - regionalisation
Version 1.0.3 of the SharePoint Quick Surveys web part is now available in the downloads section. The full source code and setup kits are provided as separate downloads.
There are a few changes in this release, most noteable of which is that the web part has now been translated into a number of European languages including:
- English
- Dutch
- French
- German
- Spanish
- Norwegian
- Russian
javascript proxy for the SharePoint User Profile web service
I’ve updated the javascript API for the SharePoint web services to version 1.0.1. This now includes support for the User Profile web service (/_vti_bin/UserProfileService.asmx) allowing user profiles to be retrieved and updated.
The extra proxy is located in the SPAPI_UserProfile.js file.
6Sep2008 | darren | 3 comments | ContinuedASP.Net File Upload/Download Module v2.0.1
A minor update to the file upload module (v2.0.1) has been placed in the downloads area of the site. The following changes are included:
- BUG FIX: the file name was not always displayed in the progress bar when multiple IFileProcessor implementations were used on the same page.
- FEATURE: the attribute
ajaxcallis added to upload buttons and set tonone. This allows the control to work correctly with majic ajax- thanks Franklin.
The update should be a straight replacement. No public interfaces have changed. Setup kits and source have been provided in downloads.
3Sep2008 | darren | 14 comments | Continued