Upload Showing Blank - upload

There is a client of mine who recently moved his site from another server to mine. His Upload script stopped working after he moved.
I am not very good at ASP so i am in need of some help to assist him.
View code here.
I tried both with
Count = Upload.Save("/Pictures/my/"
and
Count = Upload.SaveVirtual("/Pictures/my/")
SOLUTION as per #Tumay's comment:
"it was a permission issue, its fixed now" (sic)

try using
Count = Upload.Save("~/Pictures/my/"

Related

Jira: Adding a Link to in issue doesn't work for a project

I've been using Jira recently and I came across a problem that I don't know how to fix it.
I have to Jira instances. when I try to link an issue to one on the other instance it doesn't link. It used to work but now it won't.
every time I try to link it I will get this even though for other projects it wasn't needed :
and when press authenticate I get this page:
afterward, when I press the link nothing changes.
Please if you are familiar with this problem help me.
afterward, when I press the link nothing changes.
I tried to link the other way and it's working but I still can't identify where the problem is.
Please if you are familiar with this problem help me.
It's all about Application Links.
Some server changes (like reverse proxy, update in web.xml, etc.) or changes in the admin user account may break the links.
You need the check Application Links between two instances; if there is a problem, try to solve that first.
If not, remove the application link from both instances and add it again.
By the way, if the users in the two Jira instances are same, enable the "OAuth" in the application links (and also be sure that the admin account is same on these two instances.)
Sources:
Linking issues
Application Links

Microsoft one note graph api doesn't include recently created pages

The '/onenote/sections/{sectionId}/pages' endpoint doesn't return recently created pages. It used to work without issues. Since the past few days, it isn't returning newly created pages. Does anyone know how to fix this issue?
https://graph.microsoft.com/v1.0/me/onenote/sections/{sectionId}/pages?top=100
Thanks for reporting this issue Ajay! It's being investigated and will let you know when fixed.

JIRA content pack bringing only few rows on Power BI

I was running the JIRA content pack (https://powerbi.microsoft.com/en-us/blog/explore-your-jira-data-with-power-bi/) on Power BI without any problems until today. But now I'm facing a issue that I cannot fix.
The problem is, suddenly the template started to limit the rows that are loaded from REST API. I didn't changed anything before this and I also checked if my JIRA user had some permission edition. Anybody knows what could be happening?
Thank you very much!
I had the same problem, modify the number of results per page before it loops in the advanced editor: Source = FetchPages("", 100),

Umbraco 7 add new Item to Dashboard

I am trying to add new "Section" Item to Umbraco 7. Without Success.
What I am trying to achieve is to Have additional Icon in left side menu after members icon.
I saw , google analytics package adding icon there after installation.
I've tried to change dashboard.config , application.config , without success. Can anyone point to me to some tutorial on how to do it , googling the subj , didn't brought results.
Thanks.
Markus has some good tips but his blog was written for 7.0 - some things have changed in 7.1. Work through Tim Geyssens's blog posts http://www.nibble.be/?p=434 http://www.nibble.be/?p=440
One very important tip - remember to add the section to the users login account! You might have done everything right and missed adding your custom section to your user account!
Markus Johansson runs through the process on his blog, here.

ios calendar event from website ics

I have a page where I have a link with an ics file.
Using safari the problem is that when downloading and importing the event into the calendar is showing the wrong event, precissely an old one.
The strange situation of this is that obviously some cache or trace from the old file is getting gathered instead of the new ics file, more strange to me at least is the fact that I deleted everything like cache history, calendar entries, etc. , even changed the URL to an invalid one and then does nothing, and the correct one still remains with the old event information from 3 months old.
I tried searching here and internet about reason of this behaviour but I havent find any logical reason.
I also changed all settings under icloud and under Mail,contacts, Calendars without success.
Does anyone knows about this weird behaviour Im facing?
Ok I solved my problem.
The issue was the UID on the .ics. Needs to be Unique and I had it repeated.
Probably is a "stupid" reason but got me crazy. I leave this for someone who would have this kind of "stupid" issue in the future.

Resources